Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/UniJIS-UCS2-H.h @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 /* This is an automatically generated file. Do not edit. */ | |
| 2 | |
| 3 /* UniJIS-UCS2-H */ | |
| 4 | |
| 5 static const pdf_range cmap_UniJIS_UCS2_H_ranges[] = { | |
| 6 {0x7c,0x7c,0x5d}, | |
| 7 {0x7e,0x7e,0x5f}, | |
| 8 {0xa6,0xa6,0x63}, | |
| 9 {0x127,0x127,0x2f3c}, | |
| 10 {0x1c0,0x1c0,0x63}, | |
| 11 {0x361,0x361,0x2f6}, | |
| 12 {0x45b,0x45b,0x2f3c}, | |
| 13 {0x2018,0x2019,0x29e}, | |
| 14 {0x201c,0x201d,0x2a0}, | |
| 15 {0x203e,0x203e,0x145}, | |
| 16 {0x20dd,0x20dd,0x30b}, | |
| 17 {0x2195,0x2195,0x2fb7}, | |
| 18 {0x2225,0x2225,0x29a}, | |
| 19 {0x223c,0x223c,0x299}, | |
| 20 {0x229d,0x229d,0x2f9a}, | |
| 21 {0x229e,0x229e,0x2f9e}, | |
| 22 {0x22ee,0x22ee,0x1ed9}, | |
| 23 {0x22ef,0x22ef,0x29c}, | |
| 24 {0x2300,0x2300,0x2f98}, | |
| 25 {0x244a,0x244a,0x2f54}, | |
| 26 {0x2612,0x2612,0x2f99}, | |
| 27 {0x2eac,0x2eac,0x8d4}, | |
| 28 {0x5002,0x5002,0x3447}, | |
| 29 {0x51de,0x51de,0x3810}, | |
| 30 {0x5307,0x5307,0x20d4}, | |
| 31 {0x5561,0x5561,0x3839}, | |
| 32 {0x5bec,0x5bec,0x20f4}, | |
| 33 {0x5db2,0x5db2,0x3ba5}, | |
| 34 {0x5ecb,0x5ecb,0x38ae}, | |
| 35 {0x661e,0x661e,0x211c}, | |
| 36 {0x6677,0x6677,0x3911}, | |
| 37 {0x6801,0x6801,0x212e}, | |
| 38 {0x69ea,0x69ea,0x356f}, | |
| 39 {0x6c3a,0x6c3a,0x3962}, | |
| 40 {0x6ff9,0x6ff9,0x3995}, | |
| 41 {0x704a,0x704a,0x3998}, | |
| 42 {0x71b3,0x71b3,0x39ae}, | |
| 43 {0x7462,0x7462,0x2171}, | |
| 44 {0x7626,0x7626,0x1e2d}, | |
| 45 {0x7934,0x7934,0x3a38}, | |
| 46 {0x7a60,0x7a60,0x3a4e}, | |
| 47 {0x7d5c,0x7d5c,0x2190}, | |
| 48 {0x8803,0x8803,0x3b03}, | |
| 49 {0x8fc6,0x8fc6,0x3b51}, | |
| 50 {0x9365,0x9365,0x3b86}, | |
| 51 {0x95ab,0x95ab,0x3b9a}, | |
| 52 {0x9755,0x9755,0x21f8}, | |
| 53 {0x9b2d,0x9b2d,0x343c}, | |
| 54 {0x9c6a,0x9c6a,0x3bf2}, | |
| 55 {0xf929,0xf929,0x2129}, | |
| 56 {0xf9dc,0xf9dc,0x21ee}, | |
| 57 {0xfa10,0xfa10,0x20e6}, | |
| 58 {0xfa11,0xfa11,0x20fb}, | |
| 59 {0xfa15,0xfa15,0x215e}, | |
| 60 {0xfa24,0xfa24,0x21b8}, | |
| 61 }; | |
| 62 | |
| 63 static pdf_cmap cmap_UniJIS_UCS2_H = { | |
| 64 { -1, pdf_drop_cmap_imp }, | |
| 65 /* cmapname */ "UniJIS-UCS2-H", | |
| 66 /* usecmap */ "UniJIS-X", NULL, | |
| 67 /* wmode */ 0, | |
| 68 /* codespaces */ 2, { | |
| 69 { 2, 0x0000, 0xd7ff }, | |
| 70 { 2, 0xe000, 0xffff }, | |
| 71 }, | |
| 72 55, 55, (pdf_range*)cmap_UniJIS_UCS2_H_ranges, | |
| 73 0, 0, NULL, /* xranges */ | |
| 74 0, 0, NULL, /* mranges */ | |
| 75 0, 0, NULL, /* table */ | |
| 76 0, 0, 0, NULL /* splay tree */ | |
| 77 }; |
