forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdirectory.txt
35 lines (28 loc) · 1.45 KB
/
directory.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Directory Structure :
================================
idl - public .idl files
native - support for native platform charset conversion
public - public header file
src - source directory of charset converter manager and utilities, and
charset converters for ISO-8859-1, CP1252, MacRoman and UTF-8
tests - tests program and application for charset converter
tests/unit - xpcshell tests
tools - tools to build the tables used by the converters
util - utility functions used by the converters
The following directories contain different charset converters:
ucvcn - Simplified Chinese charsets - GB2312, HZ, ISO-2022-CN, CP936
ucvibm - IBM charsets - CP850, 852, 855, 857, 862, 864, 869, 1125, 1131
ucvja - Japanese charsets - Shift-JIS, ISO-2022-JP, EUC-JP
ucvko - Korean charsets - ISO-2022-KR, EUC-KR, CP949
ucvlatin - Latin charsets and others - ISO-8859-x, CP1250-1258
CP866, 874, GEOSTD8, ARMSCII, ISO-IR-111, KOI8,
Mac charsets, T61, TIS620, TCVN, VISCII, VPS
UTF7, UTF16, UTF32.
ucvtw - Traditional Chinese charsets Set 1 - Big5
ucvtw2 - Traditional Chinese charsets Set 2 - EUC-TW
Within the directories containing charset converters:
*.ut - tables used to convert to Unicode from a charset
*.uf - tables used to convert to a charset from Unicode
The following directories are obsolete and should not be used:
ucvth
ucvvt