1# Note: A number of encodings are handled with purely algorithmic converters, 2# without any mapping tables: 3# US-ASCII, ISO 8859-1, UTF-7/8/16/32, SCSU 4 5# Listed here: 6 7# * ISO 8859-2..8,10,13,14,15,16 8# - 8859-11 table is not included. It's rather treated as a synonym of 9# Windows-874 10# * Windows-125[0-8] 11# * Simplified Chinese : GBK(Windows cp936), GB 18030 12# - GB2312 table was removed and 4 aliases for GB2312 were added 13# to GBK in convrtrs.txt to treat GB2312 as a synonym of GBK. 14# - GB-HZ is supported now that it uses the GBK table. 15# * Traditional Chinese : Big5 16# * Japanese : SJIS (shift_jis-html), EUC-JP (euc-jp-html) 17# * Korean : EUC-KR per the encoding spec 18# * Thai : Windows-874 19# - TIS-620 and ISO-8859-11 are treated as synonyms of Windows-874 20# although they're not the same. 21# * Mac encodings : MacRoman, MacCyrillic 22# * Cyrillic : KOI8-R, KOI8-U, IBM-866 23# 24# * Missing 25# - Armenian, Georgian : extremly rare 26# - Mac encodings (other than Roman and Cyrillic) : extremly rare 27 28UCM_SOURCE_FILES= 29 30 31UCM_SOURCE_CORE=iso-8859-2-html.ucm iso-8859-3-html.ucm iso-8859-4-html.ucm\ 32iso-8859-5-html.ucm iso-8859-6-html.ucm iso-8859-7-html.ucm \ 33iso-8859-8-html.ucm iso-8859-10-html.ucm iso-8859-13-html.ucm \ 34iso-8859-14-html.ucm iso-8859-15-html.ucm iso-8859-16-html.ucm \ 35windows-1250-html.ucm windows-1251-html.ucm windows-1252-html.ucm\ 36windows-1253-html.ucm windows-1254-html.ucm windows-1255-html.ucm\ 37windows-1256-html.ucm windows-1257-html.ucm windows-1258-html.ucm\ 38windows-936-2000.ucm gb18030.ucm big5-html.ucm\ 39shift_jis-html.ucm euc-jp-html.ucm\ 40euc-kr-html.ucm\ 41windows-874-html.ucm \ 42macintosh-html.ucm x-mac-cyrillic-html.ucm\ 43ibm866-html.ucm koi8-r-html.ucm koi8-u-html.ucm 44 45 46 47# Do not build EBCDIC converters. 48# ibm-37 and ibm-1047 are hardcoded in Makefile.in and 49# they're removed by modifying the file. It's also hard-coded in makedata.mak for 50# Winwodws, but we don't have to touch it because the data dll is generated out of 51# icu*.dat file generated on Linux. 52UCM_SOURCE_EBCDIC = 53