Subversion Repositories Kolibri OS

Rev

Rev 4680 | Details | Compare with Previous | Last modification | View Log | RSS feed

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