1 Charset Conversion Tables
4 The files in this directory contains conversion tables from a number of charsets (corresponding to the filenames) to UNICODE.
5 This is used by the TYPO3 class "t3lib_cs" which uses these tables when asked to convert a string from one charset to another.
7 Conversion tables are reproduced from http://www.microsoft.com/globaldev/reference/cphome.mspx
8 Found overview on this page: http://www.i18nguy.com/unicode/codepages.html
9 A mirror of Czyborra's pages: http://aspell.net/charsets/
11 Further a lot of mapping tables are found here as well:
12 http://www.unicode.org/Public/MAPPINGS/
19 The conversion table files are parsed linie by linie, extracting by either of these formulars:
22 [Local charset value, hex] = U+[UNICODE hex number] : [descriptive text, ignored]
25 A0 = U+00A0 : NO-BREAK SPACE
29 0x[Local charset value, hex] 0x[UNICODE hex number] [descriptive text, ignored]
32 0xA0 0x00A0 NO-BREAK SPACE
36 Lines beginning with "#" or empty lines are ignored.
37 The syntax is auto-detected based on the first line found in the file.
38 Syntax 2 is directly from http://www.unicode.org/Public/MAPPINGS/ and you can probably take any charmap there and just copy into th csconvtbl/ folder and it will be ready for use.
57 ISO Character Set 8859-1 (Latin 1)
58 http://www.microsoft.com/globaldev/reference/iso/28591.htm
61 ISO Character Set 8859-2 (Latin 2)
62 http://www.microsoft.com/globaldev/reference/iso/28592.htm
65 ISO Character Set 8859-3 (Latin 3)
66 http://www.microsoft.com/globaldev/reference/iso/28593.htm
69 ISO Character Set 8859-4 (Baltic)
70 http://www.microsoft.com/globaldev/reference/iso/28594.htm
73 ISO Character Set 8859-5 (Cyrillic)
74 http://www.microsoft.com/globaldev/reference/iso/28595.htm
77 ISO Character Set 8859-6 (Arabic)
78 http://www.microsoft.com/globaldev/reference/iso/28596.htm
81 ISO Character Set 8859-7 (Greek)
82 http://www.microsoft.com/globaldev/reference/iso/28597.htm
85 ISO Character Set 8859-8 (Hebrew)
86 http://www.microsoft.com/globaldev/reference/iso/28598.htm
89 ISO Character Set 8859-9 (Turkish)
90 http://www.microsoft.com/globaldev/reference/iso/28599.htm
93 ISO Character Set 8859-10
94 http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-10.TXT
97 ISO Character Set 8859-11 (Thai)
98 http://czyborra.com/charsets/iso8859.html
99 http://aspell.net/charsets/iso8859.html
100 http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-11.TXT
103 ISO Character Set 8859-13 (Lithuanian)
104 http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-13.TXT
107 ISO Character Set 8859-14 (Celtic)
108 http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-10.TXT
111 ISO Character Set 8859-15 (Latin 9)
112 http://www.microsoft.com/globaldev/reference/iso/28605.htm
115 ISO Character Set 8859-16 (Romanian)
116 http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-16.TXT
119 Microsoft Windows Codepage : 1250 (Central Europe)
120 http://www.microsoft.com/globaldev/reference/sbcs/1250.htm
123 Microsoft Windows Codepage : 1251 (Cyrillic)
124 http://www.microsoft.com/globaldev/reference/sbcs/1251.htm
127 Microsoft Windows Codepage : 1252 (Latin I)
128 http://www.microsoft.com/globaldev/reference/sbcs/1252.htm
131 Microsoft Windows Code Page : 1253 (Greek)
132 http://www.microsoft.com/globaldev/reference/sbcs/1253.htm
135 Microsoft Windows Codepage : 1254 (Turkish)
136 http://www.microsoft.com/globaldev/reference/sbcs/1254.htm
139 Microsoft Windows Codepage : 1255 (Hebrew)
140 http://www.microsoft.com/globaldev/reference/sbcs/1255.htm
143 Microsoft Windows Codepage : 1256 (Arabic)
144 http://www.microsoft.com/globaldev/reference/sbcs/1256.htm
147 Microsoft Windows Codepage : 1257 (Baltic)
148 http://www.microsoft.com/globaldev/reference/sbcs/1257.htm
151 Microsoft Windows Codepage : 1258 (Viet Nam)
152 http://www.microsoft.com/globaldev/reference/sbcs/1258.htm
155 Microsoft Windows Codepage : 874 (Thai)
156 http://www.microsoft.com/globaldev/reference/sbcs/874.htm
159 Microsoft Windows Codepage : 932 (Japanese Shift-JIS)
160 http://www.microsoft.com/globaldev/reference/dbcs/932.htm
164 Microsoft Windows Codepage : 936 (Simplified Chinese GBK)
165 gb2312 936 Chinese Simplified (GB2312)
166 gb_2312-80 936 Chinese Simplified (GB2312)
167 http://www.microsoft.com/globaldev/reference/dbcs/936.htm
169 Note: this is a MS-specific superset of the real GB2312
172 Microsoft Windows Codepage : 949 (Korean EUC-KR)
173 http://www.microsoft.com/globaldev/reference/dbcs/932.htm
175 Note: this is a MS-specific superset of the real EUC-KR
178 Microsoft Windows Codepage : 950 (Traditional Chinese Big5)
179 http://www.microsoft.com/globaldev/reference/dbcs/950.htm
181 Note: this is a MS-specific superset of the real Big5
186 http://www.unicode.org/Public/MAPPINGS/VENDORS/MISC/KOI8-R.TXT