Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/GBK2K-V.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 /* GBK2K-V */ | |
| 4 | |
| 5 static const pdf_range cmap_GBK2K_V_ranges[] = { | |
| 6 {0xa1a2,0xa1a2,0x23f}, | |
| 7 {0xa1a3,0xa1a3,0x23e}, | |
| 8 {0xa1aa,0xa1aa,0x256}, | |
| 9 {0xa1ab,0xa1ac,0x1e18}, | |
| 10 {0xa1ad,0xa1ad,0x257}, | |
| 11 {0xa1b2,0xa1bf,0x246}, | |
| 12 {0xa1fe,0xa1fe,0x1e1a}, | |
| 13 {0xa3a1,0xa3a1,0x242}, | |
| 14 {0xa3a8,0xa3a9,0x244}, | |
| 15 {0xa3ac,0xa3ac,0x23d}, | |
| 16 {0xa3ae,0xa3ae,0x1e1b}, | |
| 17 {0xa3ba,0xa3bb,0x240}, | |
| 18 {0xa3bd,0xa3bd,0x1e1c}, | |
| 19 {0xa3bf,0xa3bf,0x243}, | |
| 20 {0xa3db,0xa3db,0x1e1d}, | |
| 21 {0xa3dd,0xa3dd,0x1e1e}, | |
| 22 {0xa3df,0xa3df,0x258}, | |
| 23 {0xa3fb,0xa3fb,0x254}, | |
| 24 {0xa3fd,0xa3fd,0x255}, | |
| 25 {0xa3fe,0xa3fe,0x1e1f}, | |
| 26 {0xa4a1,0xa4a1,0x5757}, | |
| 27 {0xa4a3,0xa4a3,0x5759}, | |
| 28 {0xa4a5,0xa4a5,0x5762}, | |
| 29 {0xa4a7,0xa4a7,0x5758}, | |
| 30 {0xa4a9,0xa4a9,0x5760}, | |
| 31 {0xa4c3,0xa4c3,0x5761}, | |
| 32 {0xa4e3,0xa4e3,0x5764}, | |
| 33 {0xa4e5,0xa4e5,0x5766}, | |
| 34 {0xa4e7,0xa4e7,0x5765}, | |
| 35 {0xa4ee,0xa4ee,0x5763}, | |
| 36 {0xa5a1,0xa5a1,0x5768}, | |
| 37 {0xa5a3,0xa5a3,0x576a}, | |
| 38 {0xa5a5,0xa5a5,0x5771}, | |
| 39 {0xa5a7,0xa5a7,0x5769}, | |
| 40 {0xa5a9,0xa5a9,0x576f}, | |
| 41 {0xa5c3,0xa5c3,0x5770}, | |
| 42 {0xa5e3,0xa5e3,0x5773}, | |
| 43 {0xa5e5,0xa5e5,0x5775}, | |
| 44 {0xa5e7,0xa5e7,0x5774}, | |
| 45 {0xa5ee,0xa5ee,0x5772}, | |
| 46 {0xa960,0xa960,0x577a}, | |
| 47 }; | |
| 48 | |
| 49 static pdf_cmap cmap_GBK2K_V = { | |
| 50 { -1, pdf_drop_cmap_imp }, | |
| 51 /* cmapname */ "GBK2K-V", | |
| 52 /* usecmap */ "GBK2K-H", NULL, | |
| 53 /* wmode */ 1, | |
| 54 /* codespaces */ 0, { | |
| 55 { 0, 0, 0 }, | |
| 56 }, | |
| 57 41, 41, (pdf_range*)cmap_GBK2K_V_ranges, | |
| 58 0, 0, NULL, /* xranges */ | |
| 59 0, 0, NULL, /* mranges */ | |
| 60 0, 0, NULL, /* table */ | |
| 61 0, 0, 0, NULL /* splay tree */ | |
| 62 }; |
