comparison mupdf-source/source/pdf/cmaps/UniGB-UTF16-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
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 /* This is an automatically generated file. Do not edit. */
2
3 /* UniGB-UTF16-H */
4
5 static const pdf_range cmap_UniGB_UTF16_H_ranges[] = {
6 {0xa0,0xa0,0x1},
7 {0xa9,0xa9,0x1e21},
8 {0xb7,0xb7,0x63},
9 {0x144,0x144,0x2b8},
10 {0x148,0x148,0x2b9},
11 {0x251,0x251,0x2b6},
12 {0x261,0x261,0x2bb},
13 {0x2002,0x2002,0x1e24},
14 {0x2022,0x2022,0x63},
15 {0x205d,0x205d,0x257},
16 {0x2122,0x2122,0x1e22},
17 {0x2329,0x232a,0x73},
18 {0x3095,0x3095,0x575a},
19 {0x3096,0x3096,0x575c},
20 {0x30f8,0x30f8,0x5778},
21 {0x30f9,0x30f9,0x5777},
22 {0x3127,0x3127,0x2e1},
23 {0x9fb4,0x9fb4,0x5628},
24 {0x9fb5,0x9fb5,0x5630},
25 {0x9fb6,0x9fb7,0x5635},
26 {0x9fb8,0x9fb8,0x563c},
27 {0x9fb9,0x9fb9,0x564d},
28 {0x9fba,0x9fba,0x565e},
29 {0x9fbb,0x9fbb,0x566e},
30 {0xa000,0xa48c,0x7188},
31 {0xa490,0xa4c6,0x7615},
32 {0xe76c,0xe76c,0x5751},
33 {0xe78d,0xe793,0x23d},
34 {0xe794,0xe795,0x250},
35 {0xe796,0xe796,0x257},
36 {0xe7c7,0xe7c7,0x2b7},
37 {0xe7c8,0xe7c8,0x2ba},
38 {0xe7e7,0xe7f3,0x274b},
39 {0xe815,0xe815,0x561f},
40 {0xe819,0xe81d,0x5623},
41 {0xe81f,0xe825,0x5629},
42 {0xe827,0xe82a,0x5631},
43 {0xe82d,0xe830,0x5637},
44 {0xe833,0xe83a,0x563d},
45 {0xe83c,0xe842,0x5646},
46 {0xe844,0xe853,0x564e},
47 {0xe856,0xe863,0x5660},
48 {0xf979,0xf979,0xa02},
49 {0xf995,0xf995,0x40d3},
50 {0xf9e7,0xf9e7,0x200c},
51 {0xf9f1,0xf9f1,0x5083},
52 {0xfa0c,0xfa0c,0x1259},
53 {0xfe10,0xfe10,0x23d},
54 {0xfe11,0xfe11,0x23f},
55 {0xfe12,0xfe12,0x23e},
56 {0xfe13,0xfe16,0x240},
57 {0xfe17,0xfe18,0x250},
58 {0xfe19,0xfe19,0x257},
59 {0xfe31,0xfe31,0x256},
60 {0xfe33,0xfe34,0x258},
61 {0xfe35,0xfe36,0x244},
62 {0xfe37,0xfe38,0x254},
63 {0xfe39,0xfe3a,0x246},
64 {0xfe3b,0xfe3c,0x252},
65 {0xfe3d,0xfe3e,0x24a},
66 {0xfe3f,0xfe40,0x248},
67 {0xfe41,0xfe44,0x24c},
68 };
69
70 static const pdf_xrange cmap_UniGB_UTF16_H_xranges[] = {
71 {0xd840dc87,0xd840dc87,0x5620},
72 {0xd840dc89,0xd840dc89,0x5621},
73 {0xd840dccc,0xd840dccc,0x5622},
74 {0xd841dd09,0xd841dd09,0x564d},
75 {0xd842dd9d,0xd842dd9d,0x565e},
76 {0xd845ddd7,0xd845ddd7,0x563b},
77 {0xd84add8f,0xd84add8f,0x5645},
78 {0xd850ddfe,0xd850ddfe,0x565f},
79 };
80
81 static pdf_cmap cmap_UniGB_UTF16_H = {
82 { -1, pdf_drop_cmap_imp },
83 /* cmapname */ "UniGB-UTF16-H",
84 /* usecmap */ "UniGB-X", NULL,
85 /* wmode */ 0,
86 /* codespaces */ 3, {
87 { 2, 0x0000, 0xd7ff },
88 { 4, 0xd800dc00, 0xdbffdfff },
89 { 2, 0xe000, 0xffff },
90 },
91 62, 62, (pdf_range*)cmap_UniGB_UTF16_H_ranges,
92 8, 8, (pdf_xrange*)cmap_UniGB_UTF16_H_xranges,
93 0, 0, NULL, /* mranges */
94 0, 0, NULL, /* table */
95 0, 0, 0, NULL /* splay tree */
96 };