![]() |
Recognized String Encodings Declaration |
See File Encoding for details about the declaration and use of the declarations.
Put %!iTeXMac(encoding): declaration
where declaration is one of the following
Mac name with "name" in: Roman, Japanese, ChineseTrad, Korean, Arabic, Hebrew, Greek, Cyrillic, Devanagari, Gurmukhi, Gujarati, Oriya, Bengali, Tamil, Telugu, Kannada, Malayalam, Sinhalese, Burmese, Khmer, Thai, Laotian, Georgian, Armenian, ChineseSimp, Tibetan, Mongolian, Ethiopic, Central European Roman, Vietnamese, Extended Arabic, Symbol, Dingbats, Turkish, Croatian, Icelandic, Romanian, Celtic, Gaelic, Farsi, Ukrainian, Inuit, VT100.
ISO Latin name with "name" in: Cyrillic, Arabic, Greek, Hebrew, Thai.
ISO Latin 1 to 7,
ISO 8859-1 to 15 except 12,
cp or code page 437, 737, 775, 850, 851, 852, 855, 857, 860 to 869, 874, 932, 936, 949, 950, 1250 to 1258, 1361
DOS name with "name" in: Latin US, Greek, Baltic Rim, Latin 1 or 2, Greek 1 or 2, Cyrillic, Turkish, Portuguese, Icelandic, Hebrew, Canadian French, Arabic, Nordic, Russian, Thai, Japanese, Chinese Simplifified, Korean, Chinese Traditional.
Windows NT Korean Johab
Windows name with "name": in Baltic Rim, Thai, Japanese, Chinese Simplified, Korean, Chinese Traditional, Cyrillic, Greek, Hebrew, Arabic, Vietnamese, Latin 1, 2 and 5.
Non Lossy ASCII
NextStep Latin
ASCII
Unicode
UTF8
or one of the hex numbers declared below (0x... numbers), in decimal extension.
What follows is an extract of Apple®'s <CoreFoundation/CFString.h>,
JIS_X0201_76
= 0x0620,
JIS_X0208_83= 0x0621,
JIS_X0208_90 = 0x0622,
JIS_X0212_90= 0x0623,
JIS_C6226_78 = 0x0624,
GB_2312_80= 0x0630,
GBK_95 = 0x0631, /* annex to GB 13000-93; for Windows 95 */
KSC_5601_87 = 0x0640, /* same as KSC 5601-92 without Johab annex
*/ KSC_5601_92_Johab= 0x0641, /* KSC 5601-92 Johab annex */
CNS_11643_92_P1= 0x0651, /* CNS 11643-1992 plane 1 */
CNS_11643_92_P2= 0x0652, /* CNS 11643-1992 plane 2 */
CNS_11643_92_P3= 0x0653, /* CNS 11643-1992 plane 3 (was plane
14 in 1986 version)*/
ISO_2022_JP= 0x0820,
ISO_2022_JP_2 = 0x0821,
ISO_2022_CN= 0x0830,
ISO_2022_CN_EXT = 0x0831,
ISO_2022_KR= 0x0840, /* EUC collections begin at 0x900 */
EUC_JP= 0x0920, /* ISO 646, 1-byte katakana, JIS 208, JIS 212
*/
EUC_CN= 0x0930, /* ISO 646, GB 2312-80 */
EUC_TW = 0x0931, /* ISO 646, CNS 11643-1992 Planes 1-16 */
EUC_KR= 0x0940, /* ISO 646, KS C 5601-1987 */
ShiftJIS = 0x0A01, /* plain Shift-JIS*/
KOI8_R = 0x0A02, /* Russian internet standard*/
Big5 = 0x0A03, /* Big-5 (has variants) */
MacRomanLatin1 = 0x0A04, /* Mac OS Roman permuted to align with
ISO Latin-1 */ HZ_GB_2312 = 0x0A05, /* HZ (RFC 1842, for Chinese
mail & news) */
EBCDIC & IBM host encodings begin at 0xC00 */
EBCDIC_US= 0x0C01, /* basic EBCDIC-US */
EBCDIC_CP037= 0x0C02 /* code page 037, extended EBCDIC (Latin-1
set) for US,Canada...*/
Some codes might not be available, depending on the system currently installed |