Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
7643 views
1
#define _notdef NULL
2
3
const unsigned short pdf_doc_encoding[256] =
4
{
5
/* 0x0 to 0x17 except \t, \n and \r are really undefined */
6
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
7
0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F,
8
0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
9
0x02d8, 0x02c7, 0x02c6, 0x02d9, 0x02dd, 0x02db, 0x02da, 0x02dc,
10
0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027,
11
0x0028, 0x0029, 0x002a, 0x002b, 0x002c, 0x002d, 0x002e, 0x002f,
12
0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037,
13
0x0038, 0x0039, 0x003a, 0x003b, 0x003c, 0x003d, 0x003e, 0x003f,
14
0x0040, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047,
15
0x0048, 0x0049, 0x004a, 0x004b, 0x004c, 0x004d, 0x004e, 0x004f,
16
0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057,
17
0x0058, 0x0059, 0x005a, 0x005b, 0x005c, 0x005d, 0x005e, 0x005f,
18
0x0060, 0x0061, 0x0062, 0x0063, 0x0064, 0x0065, 0x0066, 0x0067,
19
0x0068, 0x0069, 0x006a, 0x006b, 0x006c, 0x006d, 0x006e, 0x006f,
20
0x0070, 0x0071, 0x0072, 0x0073, 0x0074, 0x0075, 0x0076, 0x0077,
21
0x0078, 0x0079, 0x007a, 0x007b, 0x007c, 0x007d, 0x007e, 0x0000,
22
0x2022, 0x2020, 0x2021, 0x2026, 0x2014, 0x2013, 0x0192, 0x2044,
23
0x2039, 0x203a, 0x2212, 0x2030, 0x201e, 0x201c, 0x201d, 0x2018,
24
0x2019, 0x201a, 0x2122, 0xfb01, 0xfb02, 0x0141, 0x0152, 0x0160,
25
0x0178, 0x017d, 0x0131, 0x0142, 0x0153, 0x0161, 0x017e, 0x0000,
26
0x20ac, 0x00a1, 0x00a2, 0x00a3, 0x00a4, 0x00a5, 0x00a6, 0x00a7,
27
0x00a8, 0x00a9, 0x00aa, 0x00ab, 0x00ac, 0x0000, 0x00ae, 0x00af,
28
0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x00b4, 0x00b5, 0x00b6, 0x00b7,
29
0x00b8, 0x00b9, 0x00ba, 0x00bb, 0x00bc, 0x00bd, 0x00be, 0x00bf,
30
0x00c0, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x00c7,
31
0x00c8, 0x00c9, 0x00ca, 0x00cb, 0x00cc, 0x00cd, 0x00ce, 0x00cf,
32
0x00d0, 0x00d1, 0x00d2, 0x00d3, 0x00d4, 0x00d5, 0x00d6, 0x00d7,
33
0x00d8, 0x00d9, 0x00da, 0x00db, 0x00dc, 0x00dd, 0x00de, 0x00df,
34
0x00e0, 0x00e1, 0x00e2, 0x00e3, 0x00e4, 0x00e5, 0x00e6, 0x00e7,
35
0x00e8, 0x00e9, 0x00ea, 0x00eb, 0x00ec, 0x00ed, 0x00ee, 0x00ef,
36
0x00f0, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x00f7,
37
0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff
38
};
39
40
const char * const pdf_standard[256] = { _notdef, _notdef,
41
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
42
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
43
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
44
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
45
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
46
"space", "exclam", "quotedbl", "numbersign", "dollar", "percent",
47
"ampersand", "quoteright", "parenleft", "parenright", "asterisk",
48
"plus", "comma", "hyphen", "period", "slash", "zero", "one", "two",
49
"three", "four", "five", "six", "seven", "eight", "nine", "colon",
50
"semicolon", "less", "equal", "greater", "question", "at", "A",
51
"B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N",
52
"O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",
53
"bracketleft", "backslash", "bracketright", "asciicircum", "underscore",
54
"quoteleft", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k",
55
"l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x",
56
"y", "z", "braceleft", "bar", "braceright", "asciitilde", _notdef,
57
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
58
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
59
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
60
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
61
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
62
_notdef, _notdef, _notdef, "exclamdown", "cent", "sterling",
63
"fraction", "yen", "florin", "section", "currency", "quotesingle",
64
"quotedblleft", "guillemotleft", "guilsinglleft", "guilsinglright",
65
"fi", "fl", _notdef, "endash", "dagger", "daggerdbl", "periodcentered",
66
_notdef, "paragraph", "bullet", "quotesinglbase", "quotedblbase",
67
"quotedblright", "guillemotright", "ellipsis", "perthousand",
68
_notdef, "questiondown", _notdef, "grave", "acute", "circumflex",
69
"tilde", "macron", "breve", "dotaccent", "dieresis", _notdef,
70
"ring", "cedilla", _notdef, "hungarumlaut", "ogonek", "caron",
71
"emdash", _notdef, _notdef, _notdef, _notdef, _notdef,
72
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
73
_notdef, _notdef, _notdef, _notdef, _notdef, "AE",
74
_notdef, "ordfeminine", _notdef, _notdef, _notdef, _notdef,
75
"Lslash", "Oslash", "OE", "ordmasculine", _notdef, _notdef,
76
_notdef, _notdef, _notdef, "ae", _notdef, _notdef,
77
_notdef, "dotlessi", _notdef, _notdef, "lslash", "oslash",
78
"oe", "germandbls", _notdef, _notdef, _notdef, _notdef
79
};
80
81
const char * const pdf_mac_roman[256] = { _notdef, _notdef,
82
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
83
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
84
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
85
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
86
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
87
"space", "exclam", "quotedbl", "numbersign", "dollar", "percent",
88
"ampersand", "quotesingle", "parenleft", "parenright", "asterisk",
89
"plus", "comma", "hyphen", "period", "slash", "zero", "one", "two",
90
"three", "four", "five", "six", "seven", "eight", "nine", "colon",
91
"semicolon", "less", "equal", "greater", "question", "at", "A",
92
"B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N",
93
"O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",
94
"bracketleft", "backslash", "bracketright", "asciicircum", "underscore",
95
"grave", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k",
96
"l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x",
97
"y", "z", "braceleft", "bar", "braceright", "asciitilde", _notdef,
98
"Adieresis", "Aring", "Ccedilla", "Eacute", "Ntilde", "Odieresis",
99
"Udieresis", "aacute", "agrave", "acircumflex", "adieresis", "atilde",
100
"aring", "ccedilla", "eacute", "egrave", "ecircumflex", "edieresis",
101
"iacute", "igrave", "icircumflex", "idieresis", "ntilde", "oacute",
102
"ograve", "ocircumflex", "odieresis", "otilde", "uacute", "ugrave",
103
"ucircumflex", "udieresis", "dagger", "degree", "cent", "sterling",
104
"section", "bullet", "paragraph", "germandbls", "registered",
105
"copyright", "trademark", "acute", "dieresis", _notdef, "AE",
106
"Oslash", _notdef, "plusminus", _notdef, _notdef, "yen", "mu",
107
_notdef, _notdef, _notdef, _notdef, _notdef, "ordfeminine",
108
"ordmasculine", _notdef, "ae", "oslash", "questiondown", "exclamdown",
109
"logicalnot", _notdef, "florin", _notdef, _notdef, "guillemotleft",
110
"guillemotright", "ellipsis", "space", "Agrave", "Atilde", "Otilde",
111
"OE", "oe", "endash", "emdash", "quotedblleft", "quotedblright",
112
"quoteleft", "quoteright", "divide", _notdef, "ydieresis",
113
"Ydieresis", "fraction", "currency", "guilsinglleft", "guilsinglright",
114
"fi", "fl", "daggerdbl", "periodcentered", "quotesinglbase",
115
"quotedblbase", "perthousand", "Acircumflex", "Ecircumflex", "Aacute",
116
"Edieresis", "Egrave", "Iacute", "Icircumflex", "Idieresis", "Igrave",
117
"Oacute", "Ocircumflex", _notdef, "Ograve", "Uacute", "Ucircumflex",
118
"Ugrave", "dotlessi", "circumflex", "tilde", "macron", "breve",
119
"dotaccent", "ring", "cedilla", "hungarumlaut", "ogonek", "caron"
120
};
121
122
const char * const pdf_mac_expert[256] = { _notdef, _notdef,
123
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
124
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
125
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
126
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
127
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
128
"space", "exclamsmall", "Hungarumlautsmall", "centoldstyle",
129
"dollaroldstyle", "dollarsuperior", "ampersandsmall", "Acutesmall",
130
"parenleftsuperior", "parenrightsuperior", "twodotenleader",
131
"onedotenleader", "comma", "hyphen", "period", "fraction",
132
"zerooldstyle", "oneoldstyle", "twooldstyle", "threeoldstyle",
133
"fouroldstyle", "fiveoldstyle", "sixoldstyle", "sevenoldstyle",
134
"eightoldstyle", "nineoldstyle", "colon", "semicolon", _notdef,
135
"threequartersemdash", _notdef, "questionsmall", _notdef,
136
_notdef, _notdef, _notdef, "Ethsmall", _notdef, _notdef,
137
"onequarter", "onehalf", "threequarters", "oneeighth", "threeeighths",
138
"fiveeighths", "seveneighths", "onethird", "twothirds", _notdef,
139
_notdef, _notdef, _notdef, _notdef, _notdef, "ff", "fi",
140
"fl", "ffi", "ffl", "parenleftinferior", _notdef, "parenrightinferior",
141
"Circumflexsmall", "hypheninferior", "Gravesmall", "Asmall", "Bsmall",
142
"Csmall", "Dsmall", "Esmall", "Fsmall", "Gsmall", "Hsmall", "Ismall",
143
"Jsmall", "Ksmall", "Lsmall", "Msmall", "Nsmall", "Osmall", "Psmall",
144
"Qsmall", "Rsmall", "Ssmall", "Tsmall", "Usmall", "Vsmall", "Wsmall",
145
"Xsmall", "Ysmall", "Zsmall", "colonmonetary", "onefitted", "rupiah",
146
"Tildesmall", _notdef, _notdef, "asuperior", "centsuperior",
147
_notdef, _notdef, _notdef, _notdef, "Aacutesmall",
148
"Agravesmall", "Acircumflexsmall", "Adieresissmall", "Atildesmall",
149
"Aringsmall", "Ccedillasmall", "Eacutesmall", "Egravesmall",
150
"Ecircumflexsmall", "Edieresissmall", "Iacutesmall", "Igravesmall",
151
"Icircumflexsmall", "Idieresissmall", "Ntildesmall", "Oacutesmall",
152
"Ogravesmall", "Ocircumflexsmall", "Odieresissmall", "Otildesmall",
153
"Uacutesmall", "Ugravesmall", "Ucircumflexsmall", "Udieresissmall",
154
_notdef, "eightsuperior", "fourinferior", "threeinferior",
155
"sixinferior", "eightinferior", "seveninferior", "Scaronsmall",
156
_notdef, "centinferior", "twoinferior", _notdef, "Dieresissmall",
157
_notdef, "Caronsmall", "osuperior", "fiveinferior", _notdef,
158
"commainferior", "periodinferior", "Yacutesmall", _notdef,
159
"dollarinferior", _notdef, _notdef, "Thornsmall", _notdef,
160
"nineinferior", "zeroinferior", "Zcaronsmall", "AEsmall", "Oslashsmall",
161
"questiondownsmall", "oneinferior", "Lslashsmall", _notdef,
162
_notdef, _notdef, _notdef, _notdef, _notdef, "Cedillasmall",
163
_notdef, _notdef, _notdef, _notdef, _notdef, "OEsmall",
164
"figuredash", "hyphensuperior", _notdef, _notdef, _notdef,
165
_notdef, "exclamdownsmall", _notdef, "Ydieresissmall", _notdef,
166
"onesuperior", "twosuperior", "threesuperior", "foursuperior",
167
"fivesuperior", "sixsuperior", "sevensuperior", "ninesuperior",
168
"zerosuperior", _notdef, "esuperior", "rsuperior", "tsuperior",
169
_notdef, _notdef, "isuperior", "ssuperior", "dsuperior",
170
_notdef, _notdef, _notdef, _notdef, _notdef, "lsuperior",
171
"Ogoneksmall", "Brevesmall", "Macronsmall", "bsuperior", "nsuperior",
172
"msuperior", "commasuperior", "periodsuperior", "Dotaccentsmall",
173
"Ringsmall", _notdef, _notdef, _notdef, _notdef };
174
175
const char * const pdf_win_ansi[256] = { _notdef, _notdef, _notdef,
176
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
177
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
178
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
179
_notdef, _notdef, _notdef, _notdef, _notdef, _notdef,
180
_notdef, _notdef, _notdef, _notdef, _notdef, "space",
181
"exclam", "quotedbl", "numbersign", "dollar", "percent", "ampersand",
182
"quotesingle", "parenleft", "parenright", "asterisk", "plus",
183
"comma", "hyphen", "period", "slash", "zero", "one", "two", "three",
184
"four", "five", "six", "seven", "eight", "nine", "colon", "semicolon",
185
"less", "equal", "greater", "question", "at", "A", "B", "C", "D",
186
"E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q",
187
"R", "S", "T", "U", "V", "W", "X", "Y", "Z", "bracketleft",
188
"backslash", "bracketright", "asciicircum", "underscore", "grave",
189
"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m",
190
"n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
191
"braceleft", "bar", "braceright", "asciitilde", "bullet", "Euro",
192
"bullet", "quotesinglbase", "florin", "quotedblbase", "ellipsis",
193
"dagger", "daggerdbl", "circumflex", "perthousand", "Scaron",
194
"guilsinglleft", "OE", "bullet", "Zcaron", "bullet", "bullet",
195
"quoteleft", "quoteright", "quotedblleft", "quotedblright", "bullet",
196
"endash", "emdash", "tilde", "trademark", "scaron", "guilsinglright",
197
"oe", "bullet", "zcaron", "Ydieresis", "space", "exclamdown", "cent",
198
"sterling", "currency", "yen", "brokenbar", "section", "dieresis",
199
"copyright", "ordfeminine", "guillemotleft", "logicalnot", "hyphen",
200
"registered", "macron", "degree", "plusminus", "twosuperior",
201
"threesuperior", "acute", "mu", "paragraph", "periodcentered",
202
"cedilla", "onesuperior", "ordmasculine", "guillemotright",
203
"onequarter", "onehalf", "threequarters", "questiondown", "Agrave",
204
"Aacute", "Acircumflex", "Atilde", "Adieresis", "Aring", "AE",
205
"Ccedilla", "Egrave", "Eacute", "Ecircumflex", "Edieresis", "Igrave",
206
"Iacute", "Icircumflex", "Idieresis", "Eth", "Ntilde", "Ograve",
207
"Oacute", "Ocircumflex", "Otilde", "Odieresis", "multiply", "Oslash",
208
"Ugrave", "Uacute", "Ucircumflex", "Udieresis", "Yacute", "Thorn",
209
"germandbls", "agrave", "aacute", "acircumflex", "atilde", "adieresis",
210
"aring", "ae", "ccedilla", "egrave", "eacute", "ecircumflex",
211
"edieresis", "igrave", "iacute", "icircumflex", "idieresis", "eth",
212
"ntilde", "ograve", "oacute", "ocircumflex", "otilde", "odieresis",
213
"divide", "oslash", "ugrave", "uacute", "ucircumflex", "udieresis",
214
"yacute", "thorn", "ydieresis"
215
};
216
217