iso_8859.c
上传用户:ycwykj01
上传日期:2007-01-04
资源大小:1819k
文件大小:14k
源码类别:

网络编程

开发平台:

Unix_Linux

  1. /*
  2.  * Program: ISO-8859 conversion tables
  3.  *
  4.  * Author: Mark Crispin
  5.  * Networks and Distributed Computing
  6.  * Computing & Communications
  7.  * University of Washington
  8.  * Administration Building, AG-44
  9.  * Seattle, WA  98195
  10.  * Internet: MRC@CAC.Washington.EDU
  11.  *
  12.  * Date: 3 July 1997
  13.  * Last Edited: 27 July 1998
  14.  *
  15.  * Copyright 1998 by the University of Washington
  16.  *
  17.  *  Permission to use, copy, modify, and distribute this software and its
  18.  * documentation for any purpose and without fee is hereby granted, provided
  19.  * that the above copyright notices appear in all copies and that both the
  20.  * above copyright notices and this permission notice appear in supporting
  21.  * documentation, and that the name of the University of Washington not be
  22.  * used in advertising or publicity pertaining to distribution of the software
  23.  * without specific, written prior permission.  This software is made
  24.  * available "as is", and
  25.  * THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  26.  * WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  27.  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  28.  * NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  29.  * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
  30.  * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  31.  * (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN
  32.  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  33.  *
  34.  */
  35. /* ISO-8859 conversion tables */
  36. /* Latin-2 (East European) */
  37. static const unsigned short iso8859_2tab[128] = {
  38.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  39.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  40.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  41.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  42.   0x00a0,0x0104,0x02d8,0x0141,0x00a4,0x013d,0x015a,0x00a7,
  43.   0x00a8,0x0160,0x015e,0x0164,0x0179,0x00ad,0x017d,0x017b,
  44.   0x00b0,0x0105,0x02db,0x0142,0x00b4,0x013e,0x015b,0x02c7,
  45.   0x00b8,0x0161,0x015f,0x0165,0x017a,0x02dd,0x017e,0x017c,
  46.   0x0154,0x00c1,0x00c2,0x0102,0x00c4,0x0139,0x0106,0x00c7,
  47.   0x010c,0x00c9,0x0118,0x00cb,0x011a,0x00cd,0x00ce,0x010e,
  48.   0x0110,0x0143,0x0147,0x00d3,0x00d4,0x0150,0x00d6,0x00d7,
  49.   0x0158,0x016e,0x00da,0x0170,0x00dc,0x00dd,0x0162,0x00df,
  50.   0x0155,0x00e1,0x00e2,0x0103,0x00e4,0x013a,0x0107,0x00e7,
  51.   0x010d,0x00e9,0x0119,0x00eb,0x011b,0x00ed,0x00ee,0x010f,
  52.   0x0111,0x0144,0x0148,0x00f3,0x00f4,0x0151,0x00f6,0x00f7,
  53.   0x0159,0x016f,0x00fa,0x0171,0x00fc,0x00fd,0x0163,0x02d9
  54. };
  55. /* Latin-3 (South European) */
  56. static const unsigned short iso8859_3tab[128] = {
  57.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  58.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  59.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  60.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  61.   0x00a0,0x0126,0x02d8,0x00a3,0x00a4,0x0000,0x0124,0x00a7,
  62.   0x00a8,0x0130,0x015e,0x011e,0x0134,0x00ad,0x0000,0x017b,
  63.   0x00b0,0x0127,0x00b2,0x00b3,0x00b4,0x00b5,0x0125,0x00b7,
  64.   0x00b8,0x0131,0x015f,0x011f,0x0135,0x00bd,0x0000,0x017c,
  65.   0x00c0,0x00c1,0x00c2,0x0000,0x00c4,0x010a,0x0108,0x00c7,
  66.   0x00c8,0x00c9,0x00ca,0x00cb,0x00cc,0x00cd,0x00ce,0x00cf,
  67.   0x0000,0x00d1,0x00d2,0x00d3,0x00d4,0x0120,0x00d6,0x00d7,
  68.   0x011c,0x00d9,0x00da,0x00db,0x00dc,0x016c,0x015c,0x00df,
  69.   0x00e0,0x00e1,0x00e2,0x0000,0x00e4,0x010b,0x0109,0x00e7,
  70.   0x00e8,0x00e9,0x00ea,0x00eb,0x00ec,0x00ed,0x00ee,0x00ef,
  71.   0x0000,0x00f1,0x00f2,0x00f3,0x00f4,0x0121,0x00f6,0x00f7,
  72.   0x011d,0x00f9,0x00fa,0x00fb,0x00fc,0x016d,0x015d,0x02d9
  73. };
  74. /* Latin-4 (North European) */
  75. static const unsigned short iso8859_4tab[128] = {
  76.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  77.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  78.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  79.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  80.   0x00a0,0x0104,0x0138,0x0156,0x00a4,0x0128,0x013b,0x00a7,
  81.   0x00a8,0x0160,0x0112,0x0122,0x0166,0x00ad,0x017d,0x00af,
  82.   0x00b0,0x0105,0x02db,0x0157,0x00b4,0x0129,0x013c,0x02c7,
  83.   0x00b8,0x0161,0x0113,0x0123,0x0167,0x014a,0x017e,0x014b,
  84.   0x0100,0x00c1,0x00c2,0x00c3,0x00c4,0x00c5,0x00c6,0x012e,
  85.   0x010c,0x00c9,0x0118,0x00cb,0x0116,0x00cd,0x00ce,0x012a,
  86.   0x0110,0x0145,0x014c,0x0136,0x00d4,0x00d5,0x00d6,0x00d7,
  87.   0x00d8,0x0172,0x00da,0x00db,0x00dc,0x0168,0x016a,0x00df,
  88.   0x0101,0x00e1,0x00e2,0x00e3,0x00e4,0x00e5,0x00e6,0x012f,
  89.   0x010d,0x00e9,0x0119,0x00eb,0x0117,0x00ed,0x00ee,0x012b,
  90.   0x0111,0x0146,0x014d,0x0137,0x00f4,0x00f5,0x00f6,0x00f7,
  91.   0x00f8,0x0173,0x00fa,0x00fb,0x00fc,0x0169,0x016b,0x02d9
  92. };
  93. /* Cyrillic */
  94. static const unsigned short iso8859_5tab[128] = {
  95.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  96.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  97.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  98.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  99.   0x00a0,0x0401,0x0402,0x0403,0x0404,0x0405,0x0406,0x0407,
  100.   0x0408,0x0409,0x040a,0x040b,0x040c,0x00ad,0x040e,0x040f,
  101.   0x0410,0x0411,0x0412,0x0413,0x0414,0x0415,0x0416,0x0417,
  102.   0x0418,0x0419,0x041a,0x041b,0x041c,0x041d,0x041e,0x041f,
  103.   0x0420,0x0421,0x0422,0x0423,0x0424,0x0425,0x0426,0x0427,
  104.   0x0428,0x0429,0x042a,0x042b,0x042c,0x042d,0x042e,0x042f,
  105.   0x0430,0x0431,0x0432,0x0433,0x0434,0x0435,0x0436,0x0437,
  106.   0x0438,0x0439,0x043a,0x043b,0x043c,0x043d,0x043e,0x043f,
  107.   0x0440,0x0441,0x0442,0x0443,0x0444,0x0445,0x0446,0x0447,
  108.   0x0448,0x0449,0x044a,0x044b,0x044c,0x044d,0x044e,0x044f,
  109.   0x2116,0x0451,0x0452,0x0453,0x0454,0x0455,0x0456,0x0457,
  110.   0x0458,0x0459,0x045a,0x045b,0x045c,0x00a7,0x045e,0x045f
  111. };
  112. /* Arabic */
  113. static const unsigned short iso8859_6tab[128] = {
  114.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  115.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  116.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  117.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  118.   0x00a0,0x0000,0x0000,0x0000,0x00a4,0x0000,0x0000,0x0000,
  119.   0x0000,0x0000,0x0000,0x0000,0x060c,0x00ad,0x0000,0x0000,
  120.   0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  121.   0x0000,0x0000,0x0000,0x061b,0x0000,0x0000,0x0000,0x061f,
  122.   0x0000,0x0621,0x0622,0x0623,0x0624,0x0625,0x0626,0x0627,
  123.   0x0628,0x0629,0x062a,0x062b,0x062c,0x062d,0x062e,0x062f,
  124.   0x0630,0x0631,0x0632,0x0633,0x0634,0x0635,0x0636,0x0637,
  125.   0x0638,0x0639,0x063a,0x0000,0x0000,0x0000,0x0000,0x0000,
  126.   0x0640,0x0641,0x0642,0x0643,0x0644,0x0645,0x0646,0x0647,
  127.   0x0648,0x0649,0x064a,0x064b,0x064c,0x064d,0x064e,0x064f,
  128.   0x0650,0x0651,0x0652,0x0000,0x0000,0x0000,0x0000,0x0000,
  129.   0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
  130. };
  131. /* Greek */
  132. static const unsigned short iso8859_7tab[128] = {
  133.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  134.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  135.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  136.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  137.   0x00a0,0x02bd,0x02bc,0x00a3,0x0000,0x0000,0x00a6,0x00a7,
  138.   0x00a8,0x00a9,0x0000,0x00ab,0x00ac,0x00ad,0x0000,0x2015,
  139.   0x00b0,0x00b1,0x00b2,0x00b3,0x0384,0x0385,0x0386,0x00b7,
  140.   0x0388,0x0389,0x038a,0x00bb,0x038c,0x00bd,0x038e,0x038f,
  141.   0x0390,0x0391,0x0392,0x0393,0x0394,0x0395,0x0396,0x0397,
  142.   0x0398,0x0399,0x039a,0x039b,0x039c,0x039d,0x039e,0x039f,
  143.   0x03a0,0x03a1,0x0000,0x03a3,0x03a4,0x03a5,0x03a6,0x03a7,
  144.   0x03a8,0x03a9,0x03aa,0x03ab,0x03ac,0x03ad,0x03ae,0x03af,
  145.   0x03b0,0x03b1,0x03b2,0x03b3,0x03b4,0x03b5,0x03b6,0x03b7,
  146.   0x03b8,0x03b9,0x03ba,0x03bb,0x03bc,0x03bd,0x03be,0x03bf,
  147.   0x03c0,0x03c1,0x03c2,0x03c3,0x03c4,0x03c5,0x03c6,0x03c7,
  148.   0x03c8,0x03c9,0x03ca,0x03cb,0x03cc,0x03cd,0x03ce,0x0000
  149. };
  150. /* Hebrew */
  151. static const unsigned short iso8859_8tab[128] = {
  152.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  153.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  154.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  155.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  156.   0x00a0,0x0000,0x00a2,0x00a3,0x00a4,0x00a5,0x00a6,0x00a7,
  157.   0x00a8,0x00a9,0x00d7,0x00ab,0x00ac,0x00ad,0x00ae,0x203e,
  158.   0x00b0,0x00b1,0x00b2,0x00b3,0x00b4,0x00b5,0x00b6,0x00b7,
  159.   0x00b8,0x00b9,0x00f7,0x00bb,0x00bc,0x00bd,0x00be,0x0000,
  160.   0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  161.   0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  162.   0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  163.   0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x2017,
  164.   0x05d0,0x05d1,0x05d2,0x05d3,0x05d4,0x05d5,0x05d6,0x05d7,
  165.   0x05d8,0x05d9,0x05da,0x05db,0x05dc,0x05dd,0x05de,0x05df,
  166.   0x05e0,0x05e1,0x05e2,0x05e3,0x05e4,0x05e5,0x05e6,0x05e7,
  167.   0x05e8,0x05e9,0x05ea,0x0000,0x0000,0x0000,0x0000,0x0000
  168. };
  169. /* Latin-5 (Turkish) */
  170. static const unsigned short iso8859_9tab[128] = {
  171.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  172.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  173.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  174.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  175.   0x00a0,0x00a1,0x00a2,0x00a3,0x00a4,0x00a5,0x00a6,0x00a7,
  176.   0x00a8,0x00a9,0x00aa,0x00ab,0x00ac,0x00ad,0x00ae,0x00af,
  177.   0x00b0,0x00b1,0x00b2,0x00b3,0x00b4,0x00b5,0x00b6,0x00b7,
  178.   0x00b8,0x00b9,0x00ba,0x00bb,0x00bc,0x00bd,0x00be,0x00bf,
  179.   0x00c0,0x00c1,0x00c2,0x00c3,0x00c4,0x00c5,0x00c6,0x00c7,
  180.   0x00c8,0x00c9,0x00ca,0x00cb,0x00cc,0x00cd,0x00ce,0x00cf,
  181.   0x011e,0x00d1,0x00d2,0x00d3,0x00d4,0x00d5,0x00d6,0x00d7,
  182.   0x00d8,0x00d9,0x00da,0x00db,0x00dc,0x0130,0x015e,0x00df,
  183.   0x00e0,0x00e1,0x00e2,0x00e3,0x00e4,0x00e5,0x00e6,0x00e7,
  184.   0x00e8,0x00e9,0x00ea,0x00eb,0x00ec,0x00ed,0x00ee,0x00ef,
  185.   0x011f,0x00f1,0x00f2,0x00f3,0x00f4,0x00f5,0x00f6,0x00f7,
  186.   0x00f8,0x00f9,0x00fa,0x00fb,0x00fc,0x0131,0x015f,0x00ff
  187. };
  188. /* Latin-6 (Nordic) */
  189. static const unsigned short iso8859_10tab[128] = {
  190.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  191.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  192.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  193.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  194.   0x00a0,0x0104,0x0112,0x0122,0x012a,0x0128,0x0136,0x00a7,
  195.   0x013b,0x0110,0x0160,0x0166,0x017d,0x00ad,0x016a,0x014a,
  196.   0x00b0,0x0105,0x0113,0x0123,0x012b,0x0129,0x0137,0x00b7,
  197.   0x013c,0x0110,0x0161,0x0167,0x017e,0x2014,0x016b,0x014b,
  198.   0x0100,0x00c1,0x00c2,0x00c3,0x00c4,0x00c5,0x00c6,0x012e,
  199.   0x010c,0x00c9,0x0118,0x00cb,0x0116,0x00cd,0x00ce,0x00cf,
  200.   0x00d0,0x0145,0x014c,0x00d3,0x00d4,0x00d5,0x00d6,0x0168,
  201.   0x00d8,0x0172,0x00da,0x00db,0x00dc,0x00dd,0x00de,0x00df,
  202.   0x0101,0x00e1,0x00e2,0x00e3,0x00e4,0x00e5,0x00e6,0x012f,
  203.   0x010d,0x00e9,0x0119,0x00eb,0x0117,0x00ed,0x00ee,0x00ef,
  204.   0x00f0,0x0146,0x014d,0x00f3,0x00f4,0x00f5,0x00f6,0x0169,
  205.   0x00f8,0x0173,0x00fa,0x00fb,0x00fc,0x00fd,0x00fe,0x0138
  206. };
  207. /* Thai */
  208. #define iso8859_11tab tis620tab
  209. /* reserved for ISCII Indian */
  210. /* Latin-7 (Baltic) */
  211. static const unsigned short iso8859_13tab[128] = {
  212.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  213.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  214.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  215.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  216.   0x00a0,0x201d,0x00a2,0x00a3,0x00a4,0x201e,0x00a6,0x00a7,
  217.   0x00d8,0x00a9,0x0156,0x00ab,0x00ac,0x00ad,0x00ae,0x00c6,
  218.   0x00b0,0x00b1,0x00b2,0x00b3,0x201c,0x00b5,0x00b6,0x00b7,
  219.   0x00f8,0x00b9,0x0157,0x00bb,0x00bc,0x00bd,0x00be,0x00e6,
  220.   0x0104,0x012e,0x0100,0x0106,0x00c4,0x00c5,0x0118,0x0112,
  221.   0x010c,0x00c9,0x0179,0x0116,0x0122,0x0136,0x012a,0x013b,
  222.   0x0160,0x0143,0x0145,0x00d3,0x014c,0x00d5,0x00d6,0x00d7,
  223.   0x0172,0x0141,0x015a,0x016a,0x00dc,0x017b,0x017d,0x00df,
  224.   0x0105,0x012f,0x0101,0x0107,0x00e4,0x00e5,0x0119,0x0113,
  225.   0x010d,0x00e9,0x017a,0x0117,0x0123,0x0137,0x012b,0x013c,
  226.   0x0161,0x0144,0x0146,0x00f3,0x014d,0x00f5,0x00f6,0x00f7,
  227.   0x0173,0x0142,0x015b,0x016b,0x00fc,0x017c,0x017e,0x2019
  228. };
  229. /* Latin-8 (Celtic) */
  230. static const unsigned short iso8859_14tab[128] = {
  231.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  232.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  233.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  234.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  235.   0x00A0,0x1E02,0x1E03,0x00A3,0x010A,0x010B,0x1E0A,0x00A7,
  236.   0x1E80,0x00A9,0x1E82,0x1E0B,0x1EF2,0x00AD,0x00AE,0x0178,
  237.   0x1E1E,0x1E1F,0x0120,0x0121,0x1E40,0x1E41,0x00B6,0x1E56,
  238.   0x1E81,0x1E57,0x1E83,0x1E60,0x1EF3,0x1E84,0x1E85,0x1E61,
  239.   0x00C0,0x00C1,0x00C2,0x00C3,0x00C4,0x00C5,0x00C6,0x00C7,
  240.   0x00C8,0x00C9,0x00CA,0x00CB,0x00CC,0x00CD,0x00CE,0x00CF,
  241.   0x0174,0x00D1,0x00D2,0x00D3,0x00D4,0x00D5,0x00D6,0x1E6A,
  242.   0x00D8,0x00D9,0x00DA,0x00DB,0x00DC,0x00DD,0x0176,0x00DF,
  243.   0x00E0,0x00E1,0x00E2,0x00E3,0x00E4,0x00E5,0x00E6,0x00E7,
  244.   0x00E8,0x00E9,0x00EA,0x00EB,0x00EC,0x00ED,0x00EE,0x00EF,
  245.   0x0175,0x00F1,0x00F2,0x00F3,0x00F4,0x00F5,0x00F6,0x1E6B,
  246.   0x00F8,0x00F9,0x00FA,0x00FB,0x00FC,0x00FD,0x0177,0x00FF
  247. };
  248. /* Latin-9 a.k.a. Latin-0 (Euro) */
  249. static const unsigned short iso8859_15tab[128] = {
  250.   0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087,
  251.   0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f,
  252.   0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097,
  253.   0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f,
  254.   0x00a0,0x00a1,0x00a2,0x00a3,0x20a0,0x00a5,0x0160,0x00a7,
  255.   0x0161,0x00a9,0x00aa,0x00ab,0x00ac,0x00ad,0x00ae,0x00af,
  256.   0x00b0,0x00b1,0x00b2,0x00b3,0x017d,0x00b5,0x00b6,0x00b7,
  257.   0x017e,0x00b9,0x00ba,0x00bb,0x0152,0x0153,0x0178,0x00bf,
  258.   0x00c0,0x00c1,0x00c2,0x00c3,0x00c4,0x00c5,0x00c6,0x00c7,
  259.   0x00c8,0x00c9,0x00ca,0x00cb,0x00cc,0x00cd,0x00ce,0x00cf,
  260.   0x00d0,0x00d1,0x00d2,0x00d3,0x00d4,0x00d5,0x00d6,0x00d7,
  261.   0x00d8,0x00d9,0x00da,0x00db,0x00dc,0x00dd,0x00de,0x00df,
  262.   0x00e0,0x00e1,0x00e2,0x00e3,0x00e4,0x00e5,0x00e6,0x00e7,
  263.   0x00e8,0x00e9,0x00ea,0x00eb,0x00ec,0x00ed,0x00ee,0x00ef,
  264.   0x00f0,0x00f1,0x00f2,0x00f3,0x00f4,0x00f5,0x00f6,0x00f7,
  265.   0x00f8,0x00f9,0x00fa,0x00fb,0x00fc,0x00fd,0x00fe,0x00ff
  266. };