Bug 886842 - Add clang trunk builds for ASan. r=froydnj
[gecko.git] / intl / uconv / directory.txt
blob5c7ec143145527252f3631e58c73138e9a99d9c7
1 Directory Structure :
2 ================================
4 idl        - public .idl files
5 public     - public header file
6 src        - source directory of charset converter manager and utilities, and
7              charset converters for ISO-8859-1, CP1252, MacRoman and UTF-8
8 tests      - tests program and application for charset converter 
9 tests/unit - xpcshell tests
10 tools      - tools to build the tables used by the converters
11 util       - utility functions used by the converters
13 The following directories contain different charset converters:
15 ucvcn    - Simplified Chinese charsets - GB2312, HZ, ISO-2022-CN, GBK, GB18030
16 ucvibm   - IBM charsets - CP850, 852, 855, 857, 862, 864, 869, 1125, 1131
17 ucvja    - Japanese charsets - Shift-JIS, ISO-2022-JP, EUC-JP
18 ucvko    - Korean charsets - ISO-2022-KR, EUC-KR, Johab
19 ucvlatin - Latin charsets and others - ISO-8859-x, CP1250-1258
20                             CP866, 874, ARMSCII, ISO-IR-111, KOI8,
21                             Mac charsets, T61, TIS620, TCVN, VISCII, VPS
22                             UTF7, UTF16
23 ucvtw    - Traditional Chinese charsets Set 1 - Big5
24 ucvtw2   - Traditional Chinese charsets Set 2 - EUC-TW
26 Within the directories containing charset converters:
28 *.ut - tables used to convert to Unicode from a charset
29 *.uf - tables used to convert to a charset from Unicode
31 The following directories are obsolete and should not be used:
33 ucvth
34 ucvvt