comparison mupdf-source/source/pdf/cmaps/UniKS-UTF16-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 /* UniKS-UTF16-V */
4
5 static const pdf_range cmap_UniKS_UTF16_V_ranges[] = {
6 {0x2013,0x2014,0x1f7b},
7 {0x2016,0x2016,0x1f7d},
8 {0x2025,0x2025,0x1f7a},
9 {0x3001,0x3002,0x1f78},
10 {0x3008,0x3011,0x1f81},
11 {0x3013,0x3013,0x1f8b},
12 {0x3014,0x3015,0x1f7f},
13 {0xff01,0xff01,0x1f8c},
14 {0xff08,0xff09,0x1f8d},
15 {0xff0c,0xff0c,0x1f8f},
16 {0xff0e,0xff0e,0x1f90},
17 {0xff1a,0xff1f,0x1f91},
18 {0xff3b,0xff3b,0x1f97},
19 {0xff3d,0xff3d,0x1f98},
20 {0xff3f,0xff3f,0x1f99},
21 {0xff5b,0xff5d,0x1f9a},
22 {0xff5e,0xff5e,0x1f7e},
23 {0xffe3,0xffe3,0x1f9d},
24 };
25
26 static pdf_cmap cmap_UniKS_UTF16_V = {
27 { -1, pdf_drop_cmap_imp },
28 /* cmapname */ "UniKS-UTF16-V",
29 /* usecmap */ "UniKS-UTF16-H", NULL,
30 /* wmode */ 1,
31 /* codespaces */ 0, {
32 { 0, 0, 0 },
33 },
34 18, 18, (pdf_range*)cmap_UniKS_UTF16_V_ranges,
35 0, 0, NULL, /* xranges */
36 0, 0, NULL, /* mranges */
37 0, 0, NULL, /* table */
38 0, 0, 0, NULL /* splay tree */
39 };