Mercurial > hgrepos > Python2 > PyMuPDF
diff mupdf-source/source/pdf/cmaps/UniCNS-UCS2-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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mupdf-source/source/pdf/cmaps/UniCNS-UCS2-V.h Mon Sep 15 11:43:07 2025 +0200 @@ -0,0 +1,34 @@ +/* This is an automatically generated file. Do not edit. */ + +/* UniCNS-UCS2-V */ + +static const pdf_range cmap_UniCNS_UCS2_V_ranges[] = { +{0x2013,0x2013,0x78}, +{0x2014,0x2014,0x7a}, +{0x2025,0x2025,0x6d}, +{0x3008,0x3009,0x96}, +{0x300a,0x300b,0x92}, +{0x300c,0x300d,0x9a}, +{0x300e,0x300f,0x9e}, +{0x3010,0x3011,0x8e}, +{0x3014,0x3015,0x8a}, +{0xfe4f,0xfe4f,0x35b1}, +{0xff08,0xff09,0x82}, +{0xff5b,0xff5b,0x86}, +{0xff5d,0xff5d,0x87}, +}; + +static pdf_cmap cmap_UniCNS_UCS2_V = { + { -1, pdf_drop_cmap_imp }, + /* cmapname */ "UniCNS-UCS2-V", + /* usecmap */ "UniCNS-UCS2-H", NULL, + /* wmode */ 1, + /* codespaces */ 0, { + { 0, 0, 0 }, + }, + 13, 13, (pdf_range*)cmap_UniCNS_UCS2_V_ranges, + 0, 0, NULL, /* xranges */ + 0, 0, NULL, /* mranges */ + 0, 0, NULL, /* table */ + 0, 0, 0, NULL /* splay tree */ +};
