(file) Return to e_88592.c CVS log (file) (dir) Up to [RizwankCVS] / testProject / afmlib

  1 rizwank 1.1 /*
  2              * AFM 88592 encoding.
  3              *
  4              * This file is automatically generated from file `88592.txt'.  If you
  5              * have any corrections to this file, please, edit file `88592.txt' instead.
  6              */
  7             
  8             /*
  9              * This program is free software; you can redistribute it and/or modify
 10              * it under the terms of the GNU General Public License as published by
 11              * the Free Software Foundation; either version 2, or (at your option)
 12              * any later version.
 13              *
 14              * This program is distributed in the hope that it will be useful,
 15              * but WITHOUT ANY WARRANTY; without even the implied warranty of
 16              * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 17              * GNU General Public License for more details.
 18              *
 19              * You should have received a copy of the GNU General Public License
 20              * along with this program; see the file COPYING.  If not, write to
 21              * the Free Software Foundation, 59 Temple Place - Suite 330,
 22 rizwank 1.1  * Boston, MA 02111-1307, USA.
 23              */
 24             
 25             #include "afmint.h"
 26             
 27             AFMEncodingTable afm_88592_encoding[] =
 28             {
 29               {0x00, AFM_ENC_NONE},
 30               {0x01, AFM_ENC_NONE},
 31               {0x02, AFM_ENC_NONE},
 32               {0x03, AFM_ENC_NONE},
 33               {0x04, AFM_ENC_NONE},
 34               {0x05, AFM_ENC_NONE},
 35               {0x06, AFM_ENC_NONE},
 36               {0x07, AFM_ENC_NONE},
 37               {0x08, AFM_ENC_NONE},
 38               {0x09, AFM_ENC_NONE},
 39               {0x0a, AFM_ENC_NONE},
 40               {0x0b, AFM_ENC_NONE},
 41               {0x0c, AFM_ENC_NONE},
 42               {0x0d, AFM_ENC_NONE},
 43 rizwank 1.1   {0x0e, AFM_ENC_NONE},
 44               {0x0f, AFM_ENC_NONE},
 45               {0x10, AFM_ENC_NONE},
 46               {0x11, AFM_ENC_NONE},
 47               {0x12, AFM_ENC_NONE},
 48               {0x13, AFM_ENC_NONE},
 49               {0x14, AFM_ENC_NONE},
 50               {0x15, AFM_ENC_NONE},
 51               {0x16, AFM_ENC_NONE},
 52               {0x17, AFM_ENC_NONE},
 53               {0x18, AFM_ENC_NONE},
 54               {0x19, AFM_ENC_NONE},
 55               {0x1a, AFM_ENC_NONE},
 56               {0x1b, AFM_ENC_NONE},
 57               {0x1c, AFM_ENC_NONE},
 58               {0x1d, AFM_ENC_NONE},
 59               {0x1e, AFM_ENC_NONE},
 60               {0x1f, AFM_ENC_NONE},
 61               {0x20, "space"},
 62               {0x21, "exclam"},
 63               {0x22, "quotedbl"},
 64 rizwank 1.1   {0x23, "numbersign"},
 65               {0x24, "dollar"},
 66               {0x25, "percent"},
 67               {0x26, "ampersand"},
 68               {0x27, "quoteright"},
 69               {0x28, "parenleft"},
 70               {0x29, "parenright"},
 71               {0x2a, "asterisk"},
 72               {0x2b, "plus"},
 73               {0x2c, "comma"},
 74               {0x2d, "hyphen"},
 75               {0x2e, "period"},
 76               {0x2f, "slash"},
 77               {0x30, "zero"},
 78               {0x31, "one"},
 79               {0x32, "two"},
 80               {0x33, "three"},
 81               {0x34, "four"},
 82               {0x35, "five"},
 83               {0x36, "six"},
 84               {0x37, "seven"},
 85 rizwank 1.1   {0x38, "eight"},
 86               {0x39, "nine"},
 87               {0x3a, "colon"},
 88               {0x3b, "semicolon"},
 89               {0x3c, "less"},
 90               {0x3d, "equal"},
 91               {0x3e, "greater"},
 92               {0x3f, "question"},
 93               {0x40, "at"},
 94               {0x41, "A"},
 95               {0x42, "B"},
 96               {0x43, "C"},
 97               {0x44, "D"},
 98               {0x45, "E"},
 99               {0x46, "F"},
100               {0x47, "G"},
101               {0x48, "H"},
102               {0x49, "I"},
103               {0x4a, "J"},
104               {0x4b, "K"},
105               {0x4c, "L"},
106 rizwank 1.1   {0x4d, "M"},
107               {0x4e, "N"},
108               {0x4f, "O"},
109               {0x50, "P"},
110               {0x51, "Q"},
111               {0x52, "R"},
112               {0x53, "S"},
113               {0x54, "T"},
114               {0x55, "U"},
115               {0x56, "V"},
116               {0x57, "W"},
117               {0x58, "X"},
118               {0x59, "Y"},
119               {0x5a, "Z"},
120               {0x5b, "bracketleft"},
121               {0x5c, "backslash"},
122               {0x5d, "bracketright"},
123               {0x5e, "asciicircum"},
124               {0x5f, "underscore"},
125               {0x60, "quoteleft"},
126               {0x61, "a"},
127 rizwank 1.1   {0x62, "b"},
128               {0x63, "c"},
129               {0x64, "d"},
130               {0x65, "e"},
131               {0x66, "f"},
132               {0x67, "g"},
133               {0x68, "h"},
134               {0x69, "i"},
135               {0x6a, "j"},
136               {0x6b, "k"},
137               {0x6c, "l"},
138               {0x6d, "m"},
139               {0x6e, "n"},
140               {0x6f, "o"},
141               {0x70, "p"},
142               {0x71, "q"},
143               {0x72, "r"},
144               {0x73, "s"},
145               {0x74, "t"},
146               {0x75, "u"},
147               {0x76, "v"},
148 rizwank 1.1   {0x77, "w"},
149               {0x78, "x"},
150               {0x79, "y"},
151               {0x7a, "z"},
152               {0x7b, "braceleft"},
153               {0x7c, "bar"},
154               {0x7d, "braceright"},
155               {0x7e, "tilde"},
156               {0x7f, AFM_ENC_NONE},
157               {0x80, AFM_ENC_NONE},
158               {0x81, AFM_ENC_NONE},
159               {0x82, AFM_ENC_NONE},
160               {0x83, AFM_ENC_NONE},
161               {0x84, AFM_ENC_NONE},
162               {0x85, AFM_ENC_NONE},
163               {0x86, AFM_ENC_NONE},
164               {0x87, AFM_ENC_NONE},
165               {0x88, AFM_ENC_NONE},
166               {0x89, AFM_ENC_NONE},
167               {0x8a, AFM_ENC_NONE},
168               {0x8b, AFM_ENC_NONE},
169 rizwank 1.1   {0x8c, AFM_ENC_NONE},
170               {0x8d, AFM_ENC_NONE},
171               {0x8e, AFM_ENC_NONE},
172               {0x8f, AFM_ENC_NONE},
173               {0x90, AFM_ENC_NONE},
174               {0x91, AFM_ENC_NONE},
175               {0x92, AFM_ENC_NONE},
176               {0x93, AFM_ENC_NONE},
177               {0x94, AFM_ENC_NONE},
178               {0x95, AFM_ENC_NONE},
179               {0x96, AFM_ENC_NONE},
180               {0x97, AFM_ENC_NONE},
181               {0x98, AFM_ENC_NONE},
182               {0x99, AFM_ENC_NONE},
183               {0x9a, AFM_ENC_NONE},
184               {0x9b, AFM_ENC_NONE},
185               {0x9c, AFM_ENC_NONE},
186               {0x9d, AFM_ENC_NONE},
187               {0x9e, AFM_ENC_NONE},
188               {0x9f, AFM_ENC_NONE},
189               {0xa0, "space"},
190 rizwank 1.1   {0xa1, "Aogonek"},
191               {0xa2, "breve"},
192               {0xa3, "Lslash"},
193               {0xa4, "currency"},
194               {0xa5, "Lcaron"},
195               {0xa6, "Sacute"},
196               {0xa7, "section"},
197               {0xa8, "dieresis"},
198               {0xa9, "Scaron"},
199               {0xaa, "Scedilla"},
200               {0xab, "Tcaron"},
201               {0xac, "Zacute"},
202               {0xad, "hyphen"},
203               {0xae, "Zcaron"},
204               {0xaf, "Zdotaccent"},
205               {0xb0, "degree"},
206               {0xb1, "aogonek"},
207               {0xb2, "ogonek"},
208               {0xb3, "lslash"},
209               {0xb4, "acute"},
210               {0xb5, "lcaron"},
211 rizwank 1.1   {0xb6, "sacute"},
212               {0xb7, "caron"},
213               {0xb8, "cedilla"},
214               {0xb9, "scaron"},
215               {0xba, "scedilla"},
216               {0xbb, "tcaron"},
217               {0xbc, "zacute"},
218               {0xbd, "hungarumlaut"},
219               {0xbe, "zcaron"},
220               {0xbf, "zdotaccent"},
221               {0xc0, "Racute"},
222               {0xc1, "Aacute"},
223               {0xc2, "Acircumflex"},
224               {0xc3, "Abreve"},
225               {0xc4, "Adieresis"},
226               {0xc5, "Lacute"},
227               {0xc6, "Cacute"},
228               {0xc7, "Ccedilla"},
229               {0xc8, "Ccaron"},
230               {0xc9, "Eacute"},
231               {0xca, "Eogonek"},
232 rizwank 1.1   {0xcb, "Edieresis"},
233               {0xcc, "Ecaron"},
234               {0xcd, "Iacute"},
235               {0xce, "Icircumflex"},
236               {0xcf, "Dcaron"},
237               {0xd0, "Eth"},
238               {0xd1, "Nacute"},
239               {0xd2, "Ncaron"},
240               {0xd3, "Oacute"},
241               {0xd4, "Ocircumflex"},
242               {0xd5, "Ohungarumlaut"},
243               {0xd6, "Odieresis"},
244               {0xd7, "multiply"},
245               {0xd8, "Rcaron"},
246               {0xd9, "Uring"},
247               {0xda, "Uacute"},
248               {0xdb, "Uhungarumlaut"},
249               {0xdc, "Udieresis"},
250               {0xdd, "Yacute"},
251               {0xde, "Tcedilla"},
252               {0xdf, "germandbls"},
253 rizwank 1.1   {0xe0, "racute"},
254               {0xe1, "aacute"},
255               {0xe2, "acircumflex"},
256               {0xe3, "abreve"},
257               {0xe4, "adieresis"},
258               {0xe5, "lacute"},
259               {0xe6, "cacute"},
260               {0xe7, "ccedilla"},
261               {0xe8, "ccaron"},
262               {0xe9, "eacute"},
263               {0xea, "eogonek"},
264               {0xeb, "edieresis"},
265               {0xec, "ecaron"},
266               {0xed, "iacute"},
267               {0xee, "icircumflex"},
268               {0xef, "dcaron"},
269               {0xf0, "dbar"},
270               {0xf1, "nacute"},
271               {0xf2, "ncaron"},
272               {0xf3, "oacute"},
273               {0xf4, "ocircumflex"},
274 rizwank 1.1   {0xf5, "ohungarumlaut"},
275               {0xf6, "odieresis"},
276               {0xf7, "divide"},
277               {0xf8, "rcaron"},
278               {0xf9, "uring"},
279               {0xfa, "uacute"},
280               {0xfb, "uhungarumlaut"},
281               {0xfc, "udieresis"},
282               {0xfd, "yacute"},
283               {0xfe, "tcedilla"},
284               {0xff, "dotaccent"},
285               {-1,   NULL},
286             };

Rizwan Kassim
Powered by
ViewCVS 0.9.2