1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/uconv/directory.txt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +Directory Structure : 1.5 +================================ 1.6 + 1.7 +idl - public .idl files 1.8 +public - public header file 1.9 +src - source directory of charset converter manager and utilities, and 1.10 + charset converters for ISO-8859-1, CP1252, MacRoman and UTF-8 1.11 +tests - tests program and application for charset converter 1.12 +tests/unit - xpcshell tests 1.13 +tools - tools to build the tables used by the converters 1.14 +util - utility functions used by the converters 1.15 + 1.16 +The following directories contain different charset converters: 1.17 + 1.18 +ucvcn - Simplified Chinese charsets - GB2312, HZ, ISO-2022-CN, GBK, GB18030 1.19 +ucvibm - IBM charsets - CP850, 852, 855, 857, 862, 864, 869, 1125, 1131 1.20 +ucvja - Japanese charsets - Shift-JIS, ISO-2022-JP, EUC-JP 1.21 +ucvko - Korean charsets - ISO-2022-KR, EUC-KR, Johab 1.22 +ucvlatin - Latin charsets and others - ISO-8859-x, CP1250-1258 1.23 + CP866, 874, ARMSCII, ISO-IR-111, KOI8, 1.24 + Mac charsets, T61, TIS620, TCVN, VISCII, VPS 1.25 + UTF7, UTF16 1.26 +ucvtw - Traditional Chinese charsets Set 1 - Big5 1.27 +ucvtw2 - Traditional Chinese charsets Set 2 - EUC-TW 1.28 + 1.29 +Within the directories containing charset converters: 1.30 + 1.31 +*.ut - tables used to convert to Unicode from a charset 1.32 +*.uf - tables used to convert to a charset from Unicode 1.33 + 1.34 +The following directories are obsolete and should not be used: 1.35 + 1.36 +ucvth 1.37 +ucvvt