Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / intl / uconv / directory.txt
blob2b6be7af7f274532fdd4f5c385b273754a7b7a77
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 ucvja    - Japanese charsets - Shift-JIS, ISO-2022-JP, EUC-JP
17 ucvko    - Korean charsets - ISO-2022-KR, EUC-KR, Johab
18 ucvlatin - Latin charsets and others - ISO-8859-x, CP1250-1258
19                             CP866, 874, KOI8,
20                             Mac charsets, TIS620, UTF16
21 ucvtw    - Traditional Chinese charsets Set 1 - Big5
22 ucvtw2   - Traditional Chinese charsets Set 2 - EUC-TW
24 Within the directories containing charset converters:
26 *.ut - tables used to convert to Unicode from a charset
27 *.uf - tables used to convert to a charset from Unicode
29 The following directories are obsolete and should not be used:
31 ucvth
32 ucvvt