gecko-dev/intl/uconv/directory.txt

33 строки
1.2 KiB
Plaintext
Исходник Обычный вид История

1999-01-08 21:36:17 +03:00
Directory Structure :
================================
idl - public .idl files
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
1999-01-08 21:36:17 +03:00
The following directories contain different charset converters:
ucvcn - Simplified Chinese charsets - GB2312, HZ, ISO-2022-CN, GBK, GB18030
ucvja - Japanese charsets - Shift-JIS, ISO-2022-JP, EUC-JP
ucvko - Korean charsets - ISO-2022-KR, EUC-KR, Johab
ucvlatin - Latin charsets and others - ISO-8859-x, CP1250-1258
CP866, 874, KOI8,
2014-09-17 11:11:56 +04:00
Mac charsets, TIS620, UTF16
1999-01-08 21:36:17 +03:00
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
1999-01-08 21:36:17 +03:00
The following directories are obsolete and should not be used:
1999-01-08 21:36:17 +03:00
ucvth
ucvvt