comparison lisp/international/mule-conf.el @ 42112:31baf6840fd6

international/mule-conf.el: Improve documentation strings of character sets.
author Werner LEMBERG <wl@gnu.org>
date Mon, 17 Dec 2001 21:00:50 +0000
parents 83eb799f3657
children 3dd402082e18
comparison
equal deleted inserted replaced
42111:d8f14ecc9a2e 42112:31baf6840fd6
45 45
46 ;; CHARSET-ID 128 is not used. 46 ;; CHARSET-ID 128 is not used.
47 47
48 (define-charset 129 'latin-iso8859-1 48 (define-charset 129 'latin-iso8859-1
49 [1 96 1 0 ?A 1 "RHP of Latin-1" "RHP of Latin-1 (ISO 8859-1): ISO-IR-100" 49 [1 96 1 0 ?A 1 "RHP of Latin-1" "RHP of Latin-1 (ISO 8859-1): ISO-IR-100"
50 "Right-Hand Part of Latin Alphabet 1 (ISO/IEC 8859-1): ISO-IR-100"]) 50 "Right-Hand Part of Latin Alphabet 1 (ISO/IEC 8859-1): ISO-IR-100."])
51 (define-charset 130 'latin-iso8859-2 51 (define-charset 130 'latin-iso8859-2
52 [1 96 1 0 ?B 1 "RHP of Latin-2" "RHP of Latin-2 (ISO 8859-2): ISO-IR-101" 52 [1 96 1 0 ?B 1 "RHP of Latin-2" "RHP of Latin-2 (ISO 8859-2): ISO-IR-101"
53 "Right-Hand Part of Latin Alphabet 2 (ISO/IEC 8859-2): ISO-IR-101"]) 53 "Right-Hand Part of Latin Alphabet 2 (ISO/IEC 8859-2): ISO-IR-101."])
54 (define-charset 131 'latin-iso8859-3 54 (define-charset 131 'latin-iso8859-3
55 [1 96 1 0 ?C 1 "RHP of Latin-3" "RHP of Latin-3 (ISO 8859-3): ISO-IR-109" 55 [1 96 1 0 ?C 1 "RHP of Latin-3" "RHP of Latin-3 (ISO 8859-3): ISO-IR-109"
56 "Right-Hand Part of Latin Alphabet 3 (ISO/IEC 8859-3): ISO-IR-109"]) 56 "Right-Hand Part of Latin Alphabet 3 (ISO/IEC 8859-3): ISO-IR-109."])
57 (define-charset 132 'latin-iso8859-4 57 (define-charset 132 'latin-iso8859-4
58 [1 96 1 0 ?D 1 "RHP of Latin-4" "RHP of Latin-4 (ISO 8859-4): ISO-IR-110" 58 [1 96 1 0 ?D 1 "RHP of Latin-4" "RHP of Latin-4 (ISO 8859-4): ISO-IR-110"
59 "Right-Hand Part of Latin Alphabet 4 (ISO/IEC 8859-4): ISO-IR-110"]) 59 "Right-Hand Part of Latin Alphabet 4 (ISO/IEC 8859-4): ISO-IR-110."])
60 (define-charset 133 'thai-tis620 60 (define-charset 133 'thai-tis620
61 [1 96 1 0 ?T 1 "RHP of TIS620" "RHP of Thai (TIS620): ISO-IR-166" 61 [1 96 1 0 ?T 1 "RHP of TIS620" "RHP of Thai (TIS620): ISO-IR-166"
62 "Right-Hand Part of TIS620.2533 (Thai): ISO-IR-166"]) 62 "Right-Hand Part of TIS620.2533 (Thai): ISO-IR-166."])
63 (define-charset 134 'greek-iso8859-7 63 (define-charset 134 'greek-iso8859-7
64 [1 96 1 0 ?F 1 "RHP of ISO8859/7" "RHP of Greek (ISO 8859-7): ISO-IR-126" 64 [1 96 1 0 ?F 1 "RHP of ISO8859/7" "RHP of Greek (ISO 8859-7): ISO-IR-126"
65 "Right-Hand Part of Latin/Greek Alphabet (ISO/IEC 8859-7): ISO-IR-126"]) 65 "Right-Hand Part of Latin/Greek Alphabet (ISO/IEC 8859-7): ISO-IR-126."])
66 (define-charset 135 'arabic-iso8859-6 66 (define-charset 135 'arabic-iso8859-6
67 [1 96 1 1 ?G 1 "RHP of ISO8859/6" "RHP of Arabic (ISO 8859-6): ISO-IR-127" 67 [1 96 1 1 ?G 1 "RHP of ISO8859/6" "RHP of Arabic (ISO 8859-6): ISO-IR-127"
68 "Right-Hand Part of Latin/Arabic Alphabet (ISO/IEC 8859-6): ISO-IR-127"]) 68 "Right-Hand Part of Latin/Arabic Alphabet (ISO/IEC 8859-6): ISO-IR-127."])
69 (define-charset 136 'hebrew-iso8859-8 69 (define-charset 136 'hebrew-iso8859-8
70 [1 96 1 1 ?H 1 "RHP of ISO8859/8" "RHP of Hebrew (ISO 8859-8): ISO-IR-138" 70 [1 96 1 1 ?H 1 "RHP of ISO8859/8" "RHP of Hebrew (ISO 8859-8): ISO-IR-138"
71 "Right-Hand Part of Latin/Hebrew Alphabet (ISO/IEC 8859-8): ISO-IR-138"]) 71 "Right-Hand Part of Latin/Hebrew Alphabet (ISO/IEC 8859-8): ISO-IR-138."])
72 (define-charset 137 'katakana-jisx0201 72 (define-charset 137 'katakana-jisx0201
73 [1 94 1 0 ?I 1 "JISX0201 Katakana" "Japanese Katakana (JISX0201.1976)" 73 [1 94 1 0 ?I 1 "JISX0201 Katakana" "Japanese Katakana (JISX0201.1976)"
74 "Katakana Part of JISX0201.1976"]) 74 "Katakana Part of JISX0201.1976."])
75 (define-charset 138 'latin-jisx0201 75 (define-charset 138 'latin-jisx0201
76 [1 94 1 0 ?J 0 "JISX0201 Roman" "Japanese Roman (JISX0201.1976)" 76 [1 94 1 0 ?J 0 "JISX0201 Roman" "Japanese Roman (JISX0201.1976)"
77 "Roman Part of JISX0201.1976"]) 77 "Roman Part of JISX0201.1976."])
78 78
79 ;; CHARSET-ID is not used 139. 79 ;; CHARSET-ID is not used 139.
80 80
81 (define-charset 140 'cyrillic-iso8859-5 81 (define-charset 140 'cyrillic-iso8859-5
82 [1 96 1 0 ?L 1 "RHP of ISO8859/5" "RHP of Cyrillic (ISO 8859-5): ISO-IR-144" 82 [1 96 1 0 ?L 1 "RHP of ISO8859/5" "RHP of Cyrillic (ISO 8859-5): ISO-IR-144"
83 "Right-Hand Part of Latin/Cyrillic Alphabet (ISO/IEC 8859-5): ISO-IR-144"]) 83 "Right-Hand Part of Latin/Cyrillic Alphabet (ISO/IEC 8859-5): ISO-IR-144."])
84 (define-charset 141 'latin-iso8859-9 84 (define-charset 141 'latin-iso8859-9
85 [1 96 1 0 ?M 1 "RHP of Latin-5" "RHP of Latin-5 (ISO 8859-9): ISO-IR-148" 85 [1 96 1 0 ?M 1 "RHP of Latin-5" "RHP of Latin-5 (ISO 8859-9): ISO-IR-148"
86 "Right-Hand Part of Latin Alphabet 5 (ISO/IEC 8859-9): ISO-IR-148"]) 86 "Right-Hand Part of Latin Alphabet 5 (ISO/IEC 8859-9): ISO-IR-148."])
87 (define-charset 142 'latin-iso8859-15 87 (define-charset 142 'latin-iso8859-15
88 [1 96 1 0 ?b 1 "RHP of Latin-9" "RHP of Latin-9 (ISO 8859-15): ISO-IR-203" 88 [1 96 1 0 ?b 1 "RHP of Latin-9" "RHP of Latin-9 (ISO 8859-15): ISO-IR-203"
89 "Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203"]) 89 "Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203."])
90 (define-charset 143 'latin-iso8859-14 90 (define-charset 143 'latin-iso8859-14
91 [1 96 1 0 ?_ 1 "RHP of Latin-8" "RHP of Latin-8 (ISO 8859-14): ISO-IR-199" 91 [1 96 1 0 ?_ 1 "RHP of Latin-8" "RHP of Latin-8 (ISO 8859-14): ISO-IR-199"
92 "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14): ISO-IR-199"]) 92 "Right-Hand Part of Latin Alphabet 8 (ISO/IEC 8859-14): ISO-IR-199."])
93 93
94 ;; 2-byte charsets. Valid range of CHARSET-ID is 144..153. 94 ;; 2-byte charsets. Valid range of CHARSET-ID is 144..153.
95 95
96 (define-charset 144 'japanese-jisx0208-1978 96 (define-charset 144 'japanese-jisx0208-1978
97 [2 94 2 0 ?@ 0 "JISX0208.1978" "JISX0208.1978 (Japanese): ISO-IR-42" 97 [2 94 2 0 ?@ 0 "JISX0208.1978" "JISX0208.1978 (Japanese): ISO-IR-42"
98 "JISX0208.1978 Japanese Kanji (so called \"old JIS\"): ISO-IR-42"]) 98 "JISX0208.1978 Japanese Kanji (so called \"old JIS\"): ISO-IR-42."])
99 (define-charset 145 'chinese-gb2312 99 (define-charset 145 'chinese-gb2312
100 [2 94 2 0 ?A 0 "GB2312" "GB2312: ISO-IR-58" 100 [2 94 2 0 ?A 0 "GB2312" "GB2312: ISO-IR-58"
101 "GB2312 Chinese simplified: ISO-IR-58"]) 101 "GB2312 Chinese simplified: ISO-IR-58."])
102 (define-charset 146 'japanese-jisx0208 102 (define-charset 146 'japanese-jisx0208
103 [2 94 2 0 ?B 0 "JISX0208" "JISX0208.1983/1990 (Japanese): ISO-IR-87" 103 [2 94 2 0 ?B 0 "JISX0208" "JISX0208.1983/1990 (Japanese): ISO-IR-87"
104 "JISX0208.1983/1990 Japanese Kanji: ISO-IR-87"]) 104 "JISX0208.1983/1990 Japanese Kanji: ISO-IR-87."])
105 (define-charset 147 'korean-ksc5601 105 (define-charset 147 'korean-ksc5601
106 [2 94 2 0 ?C 0 "KSC5601" "KSC5601 (Korean): ISO-IR-149" 106 [2 94 2 0 ?C 0 "KSC5601" "KSC5601 (Korean): ISO-IR-149"
107 "KSC5601 Korean Hangul and Hanja: ISO-IR-149"]) 107 "KSC5601 Korean Hangul and Hanja: ISO-IR-149."])
108 (define-charset 148 'japanese-jisx0212 108 (define-charset 148 'japanese-jisx0212
109 [2 94 2 0 ?D 0 "JISX0212" "JISX0212 (Japanese): ISO-IR-159" 109 [2 94 2 0 ?D 0 "JISX0212" "JISX0212 (Japanese): ISO-IR-159"
110 "JISX0212 Japanese supplement: ISO-IR-159"]) 110 "JISX0212 Japanese supplement: ISO-IR-159."])
111 (define-charset 149 'chinese-cns11643-1 111 (define-charset 149 'chinese-cns11643-1
112 [2 94 2 0 ?G 0 "CNS11643-1" "CNS11643-1 (Chinese traditional): ISO-IR-171" 112 [2 94 2 0 ?G 0 "CNS11643-1" "CNS11643-1 (Chinese traditional): ISO-IR-171"
113 "CNS11643 Plane 1 Chinese traditional: ISO-IR-171"]) 113 "CNS11643 Plane 1 Chinese traditional: ISO-IR-171."])
114 (define-charset 150 'chinese-cns11643-2 114 (define-charset 150 'chinese-cns11643-2
115 [2 94 2 0 ?H 0 "CNS11643-2" "CNS11643-2 (Chinese traditional): ISO-IR-172" 115 [2 94 2 0 ?H 0 "CNS11643-2" "CNS11643-2 (Chinese traditional): ISO-IR-172"
116 "CNS11643 Plane 2 Chinese traditional: ISO-IR-172"]) 116 "CNS11643 Plane 2 Chinese traditional: ISO-IR-172."])
117 (define-charset 151 'japanese-jisx0213-1 117 (define-charset 151 'japanese-jisx0213-1
118 [2 94 2 0 ?O 0 "JISX0213-1" "JISX0213-1" "JISX0213 Plane 1 (Japanese)"]) 118 [2 94 2 0 ?O 0 "JISX0213-1" "JISX0213-1" "JISX0213 Plane 1 (Japanese)"])
119 (define-charset 152 'chinese-big5-1 119 (define-charset 152 'chinese-big5-1
120 [2 94 2 0 ?0 0 "Big5 (Level-1)" "Big5 (Level-1) A141-C67F" 120 [2 94 2 0 ?0 0 "Big5 (Level-1)" "Big5 (Level-1) A141-C67F"
121 "Frequently used part (A141-C67F) of Big5 (Chinese traditional)"]) 121 "Frequently used part (A141-C67F) of Big5 (Chinese traditional)."])
122 (define-charset 153 'chinese-big5-2 122 (define-charset 153 'chinese-big5-2
123 [2 94 2 0 ?1 0 "Big5 (Level-2)" "Big5 (Level-2) C940-FEFE" 123 [2 94 2 0 ?1 0 "Big5 (Level-2)" "Big5 (Level-2) C940-FEFE"
124 "Less frequently used part (C940-FEFE) of Big5 (Chinese traditional)"]) 124 "Less frequently used part (C940-FEFE) of Big5 (Chinese traditional)."])
125 125
126 ;; Additional (private) character sets. These character sets are 126 ;; Additional (private) character sets. These character sets are
127 ;; treated less space-efficiently in the buffer. 127 ;; treated less space-efficiently in the buffer.
128 128
129 ;; Syntax: 129 ;; Syntax:
138 138
139 ;; 1-byte 1-column charsets. Valid range of CHARSET-ID is 160..223. 139 ;; 1-byte 1-column charsets. Valid range of CHARSET-ID is 160..223.
140 140
141 (define-charset 160 'chinese-sisheng 141 (define-charset 160 'chinese-sisheng
142 [1 94 1 0 ?0 0 "SiSheng" "SiSheng (PinYin/ZhuYin)" 142 [1 94 1 0 ?0 0 "SiSheng" "SiSheng (PinYin/ZhuYin)"
143 "SiSheng characters for PinYin/ZhuYin"]) 143 "Sisheng characters (vowels with tone marks) for Pinyin/Zhuyin."])
144 144
145 ;; IPA characters for phonetic symbols. 145 ;; IPA characters for phonetic symbols.
146 (define-charset 161 'ipa 146 (define-charset 161 'ipa
147 [1 96 1 0 ?0 1 "IPA" "IPA" "IPA (International Phonetic Association)"]) 147 [1 96 1 0 ?0 1 "IPA" "IPA"
148 "IPA (International Phonetic Association) characters."])
148 149
149 ;; Vietnamese VISCII. VISCII is 1-byte character set which contains 150 ;; Vietnamese VISCII. VISCII is 1-byte character set which contains
150 ;; more than 96 characters. Since Emacs can't handle it as one 151 ;; more than 96 characters. Since Emacs can't handle it as one
151 ;; character set, it is divided into two: lower case letters and upper 152 ;; character set, it is divided into two: lower case letters and upper
152 ;; case letters. 153 ;; case letters.
153 (define-charset 162 'vietnamese-viscii-lower 154 (define-charset 162 'vietnamese-viscii-lower
154 [1 96 1 0 ?1 1 "VISCII lower" "VISCII lower-case" "VISCII1.1 lower-case"]) 155 [1 96 1 0 ?1 1 "VISCII lower" "VISCII lower-case"
156 "Vietnamese VISCII1.1 lower-case characters."])
155 (define-charset 163 'vietnamese-viscii-upper 157 (define-charset 163 'vietnamese-viscii-upper
156 [1 96 1 0 ?2 1 "VISCII upper" "VISCII upper-case" "VISCII1.1 upper-case"]) 158 [1 96 1 0 ?2 1 "VISCII upper" "VISCII upper-case"
159 "Vietnamese VISCII1.1 upper-case characters."])
157 160
158 ;; For Arabic, we need three different types of character sets. 161 ;; For Arabic, we need three different types of character sets.
159 ;; Digits are of direction left-to-right and of width 1-column. 162 ;; Digits are of direction left-to-right and of width 1-column.
160 ;; Others are of direction right-to-left and of width 1-column or 163 ;; Others are of direction right-to-left and of width 1-column or
161 ;; 2-column. 164 ;; 2-column.
162 (define-charset 164 'arabic-digit 165 (define-charset 164 'arabic-digit
163 [1 94 1 0 ?2 0 "Arabic digit" "Arabic digit" "Arabic digit"]) 166 [1 94 1 0 ?2 0 "Arabic digit" "Arabic digit"
167 "Arabic digits."])
164 (define-charset 165 'arabic-1-column 168 (define-charset 165 'arabic-1-column
165 [1 94 1 1 ?3 0 "Arabic 1-col" "Arabic 1-column" "Arabic 1-column"]) 169 [1 94 1 1 ?3 0 "Arabic 1-col" "Arabic 1-column"
170 "Arabic 1-column width glyphs."])
166 171
167 ;; ASCII with right-to-left direction. 172 ;; ASCII with right-to-left direction.
168 (define-charset 166 'ascii-right-to-left 173 (define-charset 166 'ascii-right-to-left
169 [1 94 1 1 ?B 0 "rev ASCII" "ASCII with right-to-left direction" 174 [1 94 1 1 ?B 0 "rev ASCII" "ASCII with right-to-left direction"
170 "ASCII (left half of ISO 8859-1) with right-to-left direction"]) 175 "ASCII (left half of ISO 8859-1) with right-to-left direction."])
171 176
172 ;; Lao script. 177 ;; Lao script.
173 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F. 178 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
174 (define-charset 167 'lao 179 (define-charset 167 'lao
175 [1 94 1 0 ?1 0 "Lao" "Lao" "Lao characters (ISO10646 0E80..0EDF)"]) 180 [1 94 1 0 ?1 0 "Lao" "Lao"
181 "Lao characters (U+0E80..U+0EDF)."])
176 182
177 ;; CHARSET-IDs 168..223 are not used. 183 ;; CHARSET-IDs 168..223 are not used.
178 184
179 ;; 1-byte 2-column charsets. Valid range of CHARSET-ID is 224..239. 185 ;; 1-byte 2-column charsets. Valid range of CHARSET-ID is 224..239.
180 186
181 (define-charset 224 'arabic-2-column 187 (define-charset 224 'arabic-2-column
182 [1 94 2 1 ?4 0 "Arabic 2-col" "Arabic 2-column" "Arabic 2-column"]) 188 [1 94 2 1 ?4 0 "Arabic 2-col" "Arabic 2-column"
189 "Arabic 2-column glyphs."])
183 190
184 ;; Indian scripts. Symbolic charset for data exchange. Glyphs are 191 ;; Indian scripts. Symbolic charset for data exchange. Glyphs are
185 ;; not assigned. They are automatically converted to each Indian 192 ;; not assigned. They are automatically converted to each Indian
186 ;; script which IS-13194 supports. 193 ;; script which IS-13194 supports.
187 194
188 (define-charset 225 'indian-is13194 195 (define-charset 225 'indian-is13194
189 [1 94 2 0 ?5 1 "IS 13194" "Indian IS 13194" 196 [1 94 2 0 ?5 1 "IS 13194" "Indian IS 13194"
190 "Generic Indian charset for data exchange with IS 13194"]) 197 "Generic Indian character set for data exchange with IS 13194."])
191 198
192 ;; CHARSET-IDs 226..239 are not used. 199 ;; CHARSET-IDs 226..239 are not used.
193 200
194 (define-charset 240 'indian-glyph 201 (define-charset 240 'indian-glyph
195 [2 96 1 0 ?4 0 "Indian glyph" "Indian glyph" 202 [2 96 1 0 ?4 0 "Indian glyph" "Indian glyph"
198 205
199 ;; 2-byte 1-column charsets. Valid range of CHARSET-ID is 240..244. 206 ;; 2-byte 1-column charsets. Valid range of CHARSET-ID is 240..244.
200 207
201 ;; Actual Glyph for 1-column width. 208 ;; Actual Glyph for 1-column width.
202 (define-charset 241 'tibetan-1-column 209 (define-charset 241 'tibetan-1-column
203 [2 94 1 0 ?8 0 "Tibetan 1-col" "Tibetan 1 column" "Tibetan 1 column glyph"]) 210 [2 94 1 0 ?8 0 "Tibetan 1-col" "Tibetan 1 column"
211 "Tibetan 1-column glyphs."])
204 212
205 ;; Subsets of Unicode. 213 ;; Subsets of Unicode.
206 214
207 (define-charset 242 'mule-unicode-2500-33ff 215 (define-charset 242 'mule-unicode-2500-33ff
208 [2 96 1 0 ?2 0 "Unicode subset 2" "Unicode subset (U+2500..U+33FF)" 216 [2 96 1 0 ?2 0 "Unicode subset 2" "Unicode subset (U+2500..U+33FF)"
218 226
219 ;; 2-byte 2-column charsets. Valid range of CHARSET-ID is 245..254. 227 ;; 2-byte 2-column charsets. Valid range of CHARSET-ID is 245..254.
220 228
221 ;; Ethiopic characters (Amahric and Tigrigna). 229 ;; Ethiopic characters (Amahric and Tigrigna).
222 (define-charset 245 'ethiopic 230 (define-charset 245 'ethiopic
223 [2 94 2 0 ?3 0 "Ethiopic" "Ethiopic characters" "Ethiopic characters"]) 231 [2 94 2 0 ?3 0 "Ethiopic" "Ethiopic characters"
232 "Ethiopic characters."])
224 233
225 ;; Chinese CNS11643 Plane3 thru Plane7. Although these are official 234 ;; Chinese CNS11643 Plane3 thru Plane7. Although these are official
226 ;; character sets, the use is rare and don't have to be treated 235 ;; character sets, the use is rare and don't have to be treated
227 ;; space-efficiently in the buffer. 236 ;; space-efficiently in the buffer.
228 (define-charset 246 'chinese-cns11643-3 237 (define-charset 246 'chinese-cns11643-3
229 [2 94 2 0 ?I 0 "CNS11643-3" "CNS11643-3 (Chinese traditional): ISO-IR-183" 238 [2 94 2 0 ?I 0 "CNS11643-3" "CNS11643-3 (Chinese traditional): ISO-IR-183"
230 "CNS11643 Plane 3 Chinese Traditional: ISO-IR-183"]) 239 "CNS11643 Plane 3 Chinese Traditional: ISO-IR-183."])
231 (define-charset 247 'chinese-cns11643-4 240 (define-charset 247 'chinese-cns11643-4
232 [2 94 2 0 ?J 0 "CNS11643-4" "CNS11643-4 (Chinese traditional): ISO-IR-184" 241 [2 94 2 0 ?J 0 "CNS11643-4" "CNS11643-4 (Chinese traditional): ISO-IR-184"
233 "CNS11643 Plane 4 Chinese Traditional: ISO-IR-184"]) 242 "CNS11643 Plane 4 Chinese Traditional: ISO-IR-184."])
234 (define-charset 248 'chinese-cns11643-5 243 (define-charset 248 'chinese-cns11643-5
235 [2 94 2 0 ?K 0 "CNS11643-5" "CNS11643-5 (Chinese traditional): ISO-IR-185" 244 [2 94 2 0 ?K 0 "CNS11643-5" "CNS11643-5 (Chinese traditional): ISO-IR-185"
236 "CNS11643 Plane 5 Chinese Traditional: ISO-IR-185"]) 245 "CNS11643 Plane 5 Chinese Traditional: ISO-IR-185."])
237 (define-charset 249 'chinese-cns11643-6 246 (define-charset 249 'chinese-cns11643-6
238 [2 94 2 0 ?L 0 "CNS11643-6" "CNS11643-6 (Chinese traditional): ISO-IR-186" 247 [2 94 2 0 ?L 0 "CNS11643-6" "CNS11643-6 (Chinese traditional): ISO-IR-186"
239 "CNS11643 Plane 6 Chinese Traditional: ISO-IR-186"]) 248 "CNS11643 Plane 6 Chinese Traditional: ISO-IR-186."])
240 (define-charset 250 'chinese-cns11643-7 249 (define-charset 250 'chinese-cns11643-7
241 [2 94 2 0 ?M 0 "CNS11643-7" "CNS11643-7 (Chinese traditional): ISO-IR-187" 250 [2 94 2 0 ?M 0 "CNS11643-7" "CNS11643-7 (Chinese traditional): ISO-IR-187"
242 "CNS11643 Plane 7 Chinese Traditional: ISO-IR-187"]) 251 "CNS11643 Plane 7 Chinese Traditional: ISO-IR-187."])
243 252
244 ;; Actual Glyph for 2-column width. 253 ;; Actual Glyph for 2-column width.
245 (define-charset 251 'indian-2-column 254 (define-charset 251 'indian-2-column
246 [2 94 2 0 ?5 0 "Indian 2-col" "Indian 2 Column" 255 [2 94 2 0 ?5 0 "Indian 2-col" "Indian 2 Column"
247 "Indian charset for 2-column width glyphs"]) 256 "Indian character set for 2-column width glyphs."])
248 ;; old indian-1-column characters will be translated to indian-2-column. 257 ;; old indian-1-column characters will be translated to indian-2-column.
249 (declare-equiv-charset 2 94 ?6 'indian-2-column) 258 (declare-equiv-charset 2 94 ?6 'indian-2-column)
250 259
251 ;; Tibetan script. 260 ;; Tibetan script.
252 (define-charset 252 'tibetan 261 (define-charset 252 'tibetan
253 [2 94 2 0 ?7 0 "Tibetan 2-col" "Tibetan 2 column" "Tibetan characters"]) 262 [2 94 2 0 ?7 0 "Tibetan 2-col" "Tibetan 2 column"
263 "Tibetan 2-column width glyphs."])
254 264
255 ;; CHARSET-ID 253 is not used. 265 ;; CHARSET-ID 253 is not used.
256 266
257 ;; JISX0213 Plane 2 267 ;; JISX0213 Plane 2
258 (define-charset 254 'japanese-jisx0213-2 268 (define-charset 254 'japanese-jisx0213-2
259 [2 94 2 0 ?P 0 "JISX0213-2" "JISX0213-2" "JISX0213 Plane 2 (Japanese)"]) 269 [2 94 2 0 ?P 0 "JISX0213-2" "JISX0213-2"
270 "JISX0213 Plane 2 (Japanese)."])
260 271
261 ;; Tell C code charset ID's of several charsets. 272 ;; Tell C code charset ID's of several charsets.
262 (setup-special-charsets) 273 (setup-special-charsets)
263 274
264 275