michael@0: Directory Structure : michael@0: ================================ michael@0: michael@0: idl - public .idl files michael@0: public - public header file michael@0: src - source directory of charset converter manager and utilities, and michael@0: charset converters for ISO-8859-1, CP1252, MacRoman and UTF-8 michael@0: tests - tests program and application for charset converter michael@0: tests/unit - xpcshell tests michael@0: tools - tools to build the tables used by the converters michael@0: util - utility functions used by the converters michael@0: michael@0: The following directories contain different charset converters: michael@0: michael@0: ucvcn - Simplified Chinese charsets - GB2312, HZ, ISO-2022-CN, GBK, GB18030 michael@0: ucvibm - IBM charsets - CP850, 852, 855, 857, 862, 864, 869, 1125, 1131 michael@0: ucvja - Japanese charsets - Shift-JIS, ISO-2022-JP, EUC-JP michael@0: ucvko - Korean charsets - ISO-2022-KR, EUC-KR, Johab michael@0: ucvlatin - Latin charsets and others - ISO-8859-x, CP1250-1258 michael@0: CP866, 874, ARMSCII, ISO-IR-111, KOI8, michael@0: Mac charsets, T61, TIS620, TCVN, VISCII, VPS michael@0: UTF7, UTF16 michael@0: ucvtw - Traditional Chinese charsets Set 1 - Big5 michael@0: ucvtw2 - Traditional Chinese charsets Set 2 - EUC-TW michael@0: michael@0: Within the directories containing charset converters: michael@0: michael@0: *.ut - tables used to convert to Unicode from a charset michael@0: *.uf - tables used to convert to a charset from Unicode michael@0: michael@0: The following directories are obsolete and should not be used: michael@0: michael@0: ucvth michael@0: ucvvt