Mercurial > hgrepos > Python2 > PyMuPDF
view mupdf-source/source/pdf/cmaps/UniGB-UTF16-V.h @ 21:2f43e400f144
Provide an "all" target to build both the sdist and the wheel
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 19 Sep 2025 10:28:53 +0200 |
| parents | b50eed0cc0ef |
| children |
line wrap: on
line source
/* This is an automatically generated file. Do not edit. */ /* UniGB-UTF16-V */ static const pdf_range cmap_UniGB_UTF16_V_ranges[] = { {0x2014,0x2014,0x256}, {0x2026,0x2026,0x257}, {0x3001,0x3001,0x23f}, {0x3002,0x3002,0x23e}, {0x3008,0x300f,0x248}, {0x3010,0x3011,0x252}, {0x3013,0x3013,0x1e1a}, {0x3014,0x3015,0x246}, {0x3016,0x3017,0x250}, {0xff01,0xff01,0x242}, {0xff08,0xff09,0x244}, {0xff0c,0xff0c,0x23d}, {0xff0e,0xff0e,0x1e1b}, {0xff1a,0xff1b,0x240}, {0xff1d,0xff1d,0x1e1c}, {0xff1f,0xff1f,0x243}, {0xff3b,0xff3b,0x1e1d}, {0xff3d,0xff3d,0x1e1e}, {0xff3f,0xff3f,0x258}, {0xff5b,0xff5b,0x254}, {0xff5d,0xff5d,0x255}, {0xff5e,0xff5e,0x1e18}, {0xffe3,0xffe3,0x1e1f}, }; static pdf_cmap cmap_UniGB_UTF16_V = { { -1, pdf_drop_cmap_imp }, /* cmapname */ "UniGB-UTF16-V", /* usecmap */ "UniGB-UTF16-H", NULL, /* wmode */ 1, /* codespaces */ 0, { { 0, 0, 0 }, }, 23, 23, (pdf_range*)cmap_UniGB_UTF16_V_ranges, 0, 0, NULL, /* xranges */ 0, 0, NULL, /* mranges */ 0, 0, NULL, /* table */ 0, 0, 0, NULL /* splay tree */ };
