annotate etc/CHARSETS @ 2417:8b907450718f

[xemacs-hg @ 2004-12-05 08:48:12 by ben] The section on Troubleshooting (now 2.3) has been completely written and includes a lot of stuff that is not properly documented anywhere else. A fair amount of obsolete info has been deleted and I've incorporated the comments that people (mostly Stephen T) made. Former chapter 3 has been split up in two, one pertaining to basic I/O and the other to external I/O. What were formerly chapters 5 and 6 no longer exist as such; the info in them has been distributed across various other chapters. Old chapter 4 got split up, part going to the new chapter 4 on external I/O and part going to the new chapter 5 on the Internet. In this new chapter, stuff not pertaining to a specific package (e.g. VM or GNUS) was taken out of package-specific sections and a general mail section was constituted. Part of old chapter 5 remains in a new chapter 6 devoted to Emacs Lisp and other advanced stuff, and a section from old chapter 3 on basic init-file Lisp and some stuff from old chapter 5 on Info. The rest of chapter 5 was just misc and has gotten scattered to the winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten quite scattered; there is no longer any section specifically devoted to Windows except one of the Installation sections (along with a section specfically devoted to Unix), and the rest has moved to join the appropriate non-Windows-specific section elsewhere. A lot of chapters had their sections rearranged and likewise for sections having entries rearranged, with the intention that the new arrangement should be more natural. In general I hope that stuff should be much easier to locate. I also rewrote the entries on the relation between XEmacs and GNU Emacs on the authors of XEmacs, including lots of info on who wrote specific subsections. However, this history is certainly not complete; I hope people will look over this and fix it up as necessary.
author ben
date Sun, 05 Dec 2004 08:48:12 +0000
parents abe6d1db359e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
1 #########################
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
2 ## LIST OF CHARSETS
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
3 ## Each line corresponds to one charset.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
4 ## The following attributes are listed in this order
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
5 ## separated by a colon `:' in one line.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
6 ## CHARSET-SYMBOL-NAME,
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
7 ## CHARSET-ID,
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
8 ## DIMENSION (1 or 2)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
9 ## CHARS (94 or 96)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
10 ## BYTES (of multibyte form: 1, 2, 3, or 4),
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
11 ## WIDTH (occupied column numbers: 1 or 2),
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
12 ## DIRECTION (0:left-to-right, 1:right-to-left),
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
13 ## ISO-FINAL-CHAR (character code of ISO-2022's final character)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
14 ## ISO-GRAPHIC-PLANE (ISO-2022's graphic plane, 0:GL, 1:GR)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
15 ## DESCRIPTION (describing string of the charset)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
16 tibetan-1-column:241:2:94:4:1:0:56:0:Tibetan 1 column glyph
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
17 tibetan:252:2:94:4:2:0:55:0:Tibetan characters
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
18 lao:167:1:94:3:1:0:49:0:Lao characters (ISO10646 0E80..0EDF)
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 209
diff changeset
19 indian-1-column:240:2:94:4:1:0:54:0:Indian charset for 2-column width glyphs
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
20 indian-2-column:251:2:94:4:2:0:53:0:Indian charset for 2-column width glyphs
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
21 indian-is13194:225:1:94:3:2:0:53:1:Generic Indian charset for data exchange with IS 13194
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
22 ascii-right-to-left:166:1:94:3:1:1:66:0:ASCII (left half of ISO8859-1) with right-to-left direction
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
23 chinese-cns11643-7:250:2:94:4:2:0:77:0:CNS11643 Plane 7 Chinese Traditional
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
24 chinese-cns11643-6:249:2:94:4:2:0:76:0:CNS11643 Plane 6 Chinese Traditional
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
25 chinese-cns11643-5:248:2:94:4:2:0:75:0:CNS11643 Plane 5 Chinese Traditional
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
26 chinese-cns11643-4:247:2:94:4:2:0:74:0:CNS11643 Plane 4 Chinese Traditional
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
27 chinese-cns11643-3:246:2:94:4:2:0:73:0:CNS11643 Plane 3 Chinese Traditional
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
28 ethiopic:245:2:94:4:2:0:51:0:Ethiopic characters
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
29 arabic-2-column:224:1:94:3:2:1:52:0:Arabic 2-column
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
30 arabic-1-column:165:1:94:3:1:1:51:0:Arabic 1-column
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
31 arabic-digit:164:1:94:3:1:0:50:0:Arabic digit
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
32 vietnamese-viscii-upper:163:1:96:3:1:0:50:1:VISCII1.1 upper-case
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
33 vietnamese-viscii-lower:162:1:96:3:1:0:49:1:VISCII1.1 lower-case
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
34 ipa:161:1:96:3:1:0:48:1:IPA (International Phonetic Association)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
35 chinese-sisheng:160:1:94:3:1:0:48:0:SiSheng characters for PinYin/ZhuYin
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
36 chinese-big5-2:153:2:94:3:2:0:49:0:Big5 Level-2 Chinese traditional
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
37 chinese-big5-1:152:2:94:3:2:0:48:0:Big5 Level-1 Chinese traditional
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
38 chinese-cns11643-2:150:2:94:3:2:0:72:0:CNS11643 Plane 2 Chinese traditional
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
39 chinese-cns11643-1:149:2:94:3:2:0:71:0:CNS11643 Plane 1 Chinese traditional
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
40 japanese-jisx0212:148:2:94:3:2:0:68:0:JISX0212 Japanese supplement
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
41 korean-ksc5601:147:2:94:3:2:0:67:0:KSC5601 Korean Hangul and Hanja
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
42 japanese-jisx0208:146:2:94:3:2:0:66:0:JISX0208.1983/1990 Japanese Kanji
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
43 chinese-gb2312:145:2:94:3:2:0:65:0:GB2312 Chinese simplified
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
44 japanese-jisx0208-1978:144:2:94:3:2:0:64:0:JISX0208.1978 Japanese Kanji (so called "old JIS")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
45 latin-iso8859-9:141:1:96:2:1:0:77:1:ISO8859-9 (Latin-5)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
46 cyrillic-iso8859-5:140:1:96:2:1:0:76:1:ISO8859-5 (Cyrillic)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
47 latin-jisx0201:138:1:94:2:1:0:74:0:JISX0201.1976 Japanese Roman
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
48 katakana-jisx0201:137:1:94:2:1:0:73:1:JISX0201.1976 Japanese Kana
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
49 hebrew-iso8859-8:136:1:96:2:1:1:72:1:ISO8859-8 (Hebrew)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
50 arabic-iso8859-6:135:1:96:2:1:1:71:1:ISO8859-6 (Arabic)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
51 greek-iso8859-7:134:1:96:2:1:0:70:1:ISO8859-7 (Greek)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
52 thai-tis620:133:1:96:2:1:0:84:1:TIS620.2529 (Thai)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
53 latin-iso8859-4:132:1:96:2:1:0:68:1:ISO8859-4 (Latin-4)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
54 latin-iso8859-3:131:1:96:2:1:0:67:1:ISO8859-3 (Latin-3)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
55 latin-iso8859-2:130:1:96:2:1:0:66:1:ISO8859-2 (Latin-2)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
56 latin-iso8859-1:129:1:96:2:1:0:65:1:ISO8859-1 (Latin-1)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
57 ascii:000:1:94:1:1:0:66:0:ASCII (ISO646 IRV)