Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/UniCNS-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 /* UniCNS-UCS2-H */ | |
| 4 | |
| 5 static const pdf_range cmap_UniCNS_UCS2_H_ranges[] = { | |
| 6 {0x2550,0x2550,0x142}, | |
| 7 {0x255e,0x255e,0x143}, | |
| 8 {0x2561,0x2561,0x145}, | |
| 9 {0x256a,0x256a,0x144}, | |
| 10 {0x2e9d,0x2e9d,0x2dc}, | |
| 11 {0x2ec6,0x2ec6,0x509}, | |
| 12 {0x2ee3,0x2ee3,0x9f6}, | |
| 13 {0x51e2,0x51e2,0x4052}, | |
| 14 {0x54cc,0x54cc,0x43a8}, | |
| 15 {0x5553,0x5553,0x43ae}, | |
| 16 {0x55b9,0x55b9,0x43aa}, | |
| 17 {0x55de,0x55de,0x3e94}, | |
| 18 {0x577a,0x577a,0x3f5f}, | |
| 19 {0x5902,0x5902,0x224}, | |
| 20 {0x5acf,0x5acf,0x43b5}, | |
| 21 {0x5ed0,0x5ed0,0x413d}, | |
| 22 {0x60b3,0x60b3,0x416c}, | |
| 23 {0x60de,0x60de,0x3dcc}, | |
| 24 {0x69e9,0x69e9,0x3d91}, | |
| 25 {0x70a6,0x70a6,0x3d53}, | |
| 26 {0x8480,0x8480,0x3b6e}, | |
| 27 {0x8496,0x8496,0x3b1d}, | |
| 28 {0x8503,0x8503,0x398a}, | |
| 29 {0x8771,0x8771,0x380b}, | |
| 30 {0x8786,0x8786,0x3eb0}, | |
| 31 {0x898a,0x898a,0x3823}, | |
| 32 {0x89a9,0x89a9,0x3825}, | |
| 33 {0x8b4c,0x8b4c,0x383b}, | |
| 34 {0x8e80,0x8e80,0x3e57}, | |
| 35 {0x936e,0x936e,0x39e8}, | |
| 36 {0x93c6,0x93c6,0x39aa}, | |
| 37 {0x975d,0x975d,0x3bef}, | |
| 38 {0x9771,0x9771,0x3bfc}, | |
| 39 {0x9962,0x9962,0x43ef}, | |
| 40 {0x999b,0x999b,0x3c15}, | |
| 41 {0x9ab6,0x9ab6,0x43f0}, | |
| 42 {0x9f62,0x9f62,0x394f}, | |
| 43 }; | |
| 44 | |
| 45 static pdf_cmap cmap_UniCNS_UCS2_H = { | |
| 46 { -1, pdf_drop_cmap_imp }, | |
| 47 /* cmapname */ "UniCNS-UCS2-H", | |
| 48 /* usecmap */ "UniCNS-X", NULL, | |
| 49 /* wmode */ 0, | |
| 50 /* codespaces */ 2, { | |
| 51 { 2, 0x0000, 0xd7ff }, | |
| 52 { 2, 0xe000, 0xffff }, | |
| 53 }, | |
| 54 37, 37, (pdf_range*)cmap_UniCNS_UCS2_H_ranges, | |
| 55 0, 0, NULL, /* xranges */ | |
| 56 0, 0, NULL, /* mranges */ | |
| 57 0, 0, NULL, /* table */ | |
| 58 0, 0, 0, NULL /* splay tree */ | |
| 59 }; |
