Mercurial > hgrepos > Python2 > PyMuPDF
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mupdf-source/source/pdf/cmaps/UniJIS-UCS2-H.h Mon Sep 15 11:43:07 2025 +0200 @@ -0,0 +1,77 @@ +/* This is an automatically generated file. Do not edit. */ + +/* UniJIS-UCS2-H */ + +static const pdf_range cmap_UniJIS_UCS2_H_ranges[] = { +{0x7c,0x7c,0x5d}, +{0x7e,0x7e,0x5f}, +{0xa6,0xa6,0x63}, +{0x127,0x127,0x2f3c}, +{0x1c0,0x1c0,0x63}, +{0x361,0x361,0x2f6}, +{0x45b,0x45b,0x2f3c}, +{0x2018,0x2019,0x29e}, +{0x201c,0x201d,0x2a0}, +{0x203e,0x203e,0x145}, +{0x20dd,0x20dd,0x30b}, +{0x2195,0x2195,0x2fb7}, +{0x2225,0x2225,0x29a}, +{0x223c,0x223c,0x299}, +{0x229d,0x229d,0x2f9a}, +{0x229e,0x229e,0x2f9e}, +{0x22ee,0x22ee,0x1ed9}, +{0x22ef,0x22ef,0x29c}, +{0x2300,0x2300,0x2f98}, +{0x244a,0x244a,0x2f54}, +{0x2612,0x2612,0x2f99}, +{0x2eac,0x2eac,0x8d4}, +{0x5002,0x5002,0x3447}, +{0x51de,0x51de,0x3810}, +{0x5307,0x5307,0x20d4}, +{0x5561,0x5561,0x3839}, +{0x5bec,0x5bec,0x20f4}, +{0x5db2,0x5db2,0x3ba5}, +{0x5ecb,0x5ecb,0x38ae}, +{0x661e,0x661e,0x211c}, +{0x6677,0x6677,0x3911}, +{0x6801,0x6801,0x212e}, +{0x69ea,0x69ea,0x356f}, +{0x6c3a,0x6c3a,0x3962}, +{0x6ff9,0x6ff9,0x3995}, +{0x704a,0x704a,0x3998}, +{0x71b3,0x71b3,0x39ae}, +{0x7462,0x7462,0x2171}, +{0x7626,0x7626,0x1e2d}, +{0x7934,0x7934,0x3a38}, +{0x7a60,0x7a60,0x3a4e}, +{0x7d5c,0x7d5c,0x2190}, +{0x8803,0x8803,0x3b03}, +{0x8fc6,0x8fc6,0x3b51}, +{0x9365,0x9365,0x3b86}, +{0x95ab,0x95ab,0x3b9a}, +{0x9755,0x9755,0x21f8}, +{0x9b2d,0x9b2d,0x343c}, +{0x9c6a,0x9c6a,0x3bf2}, +{0xf929,0xf929,0x2129}, +{0xf9dc,0xf9dc,0x21ee}, +{0xfa10,0xfa10,0x20e6}, +{0xfa11,0xfa11,0x20fb}, +{0xfa15,0xfa15,0x215e}, +{0xfa24,0xfa24,0x21b8}, +}; + +static pdf_cmap cmap_UniJIS_UCS2_H = { + { -1, pdf_drop_cmap_imp }, + /* cmapname */ "UniJIS-UCS2-H", + /* usecmap */ "UniJIS-X", NULL, + /* wmode */ 0, + /* codespaces */ 2, { + { 2, 0x0000, 0xd7ff }, + { 2, 0xe000, 0xffff }, + }, + 55, 55, (pdf_range*)cmap_UniJIS_UCS2_H_ranges, + 0, 0, NULL, /* xranges */ + 0, 0, NULL, /* mranges */ + 0, 0, NULL, /* table */ + 0, 0, 0, NULL /* splay tree */ +};
