Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/EUC-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 /* EUC-V */ | |
| 4 | |
| 5 static const pdf_range cmap_EUC_V_ranges[] = { | |
| 6 {0xa1a2,0xa1a3,0x1ecf}, | |
| 7 {0xa1b1,0xa1b2,0x1ed1}, | |
| 8 {0xa1bc,0xa1be,0x1ed3}, | |
| 9 {0xa1c1,0xa1c5,0x1ed6}, | |
| 10 {0xa1ca,0xa1db,0x1edb}, | |
| 11 {0xa1e1,0xa1e1,0x1eed}, | |
| 12 {0xa4a1,0xa4a1,0x1eee}, | |
| 13 {0xa4a3,0xa4a3,0x1eef}, | |
| 14 {0xa4a5,0xa4a5,0x1ef0}, | |
| 15 {0xa4a7,0xa4a7,0x1ef1}, | |
| 16 {0xa4a9,0xa4a9,0x1ef2}, | |
| 17 {0xa4c3,0xa4c3,0x1ef3}, | |
| 18 {0xa4e3,0xa4e3,0x1ef4}, | |
| 19 {0xa4e5,0xa4e5,0x1ef5}, | |
| 20 {0xa4e7,0xa4e7,0x1ef6}, | |
| 21 {0xa4ee,0xa4ee,0x1ef7}, | |
| 22 {0xa5a1,0xa5a1,0x1ef8}, | |
| 23 {0xa5a3,0xa5a3,0x1ef9}, | |
| 24 {0xa5a5,0xa5a5,0x1efa}, | |
| 25 {0xa5a7,0xa5a7,0x1efb}, | |
| 26 {0xa5a9,0xa5a9,0x1efc}, | |
| 27 {0xa5c3,0xa5c3,0x1efd}, | |
| 28 {0xa5e3,0xa5e3,0x1efe}, | |
| 29 {0xa5e5,0xa5e5,0x1eff}, | |
| 30 {0xa5e7,0xa5e7,0x1f00}, | |
| 31 {0xa5ee,0xa5ee,0x1f01}, | |
| 32 {0xa5f5,0xa5f6,0x1f02}, | |
| 33 }; | |
| 34 | |
| 35 static pdf_cmap cmap_EUC_V = { | |
| 36 { -1, pdf_drop_cmap_imp }, | |
| 37 /* cmapname */ "EUC-V", | |
| 38 /* usecmap */ "EUC-H", NULL, | |
| 39 /* wmode */ 1, | |
| 40 /* codespaces */ 0, { | |
| 41 { 0, 0, 0 }, | |
| 42 }, | |
| 43 27, 27, (pdf_range*)cmap_EUC_V_ranges, | |
| 44 0, 0, NULL, /* xranges */ | |
| 45 0, 0, NULL, /* mranges */ | |
| 46 0, 0, NULL, /* table */ | |
| 47 0, 0, 0, NULL /* splay tree */ | |
| 48 }; |
