Mercurial > emacs
annotate lisp/international/characters.el @ 18737:7f8578d75d45
Fix copyright year.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jul 1997 06:37:59 +0000 |
parents | f3c28fd5118e |
children | f7ab34ae92bb |
rev | line source |
---|---|
17052 | 1 ;;; characters.el --- set syntax and category for multibyte characters |
2 | |
3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | |
18377
8b4a66c66dd6
Change copyright notice.
Richard M. Stallman <rms@gnu.org>
parents:
18304
diff
changeset
|
4 ;; Licensed to the Free Software Foundation. |
17052 | 5 |
6 ;; Keywords: multibyte character, character set, syntax, category | |
7 | |
8 ;; This file is part of GNU Emacs. | |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
12 ;; the Free Software Foundation; either version 2, or (at your option) | |
13 ;; any later version. | |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
17071 | 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
23 ;; Boston, MA 02111-1307, USA. | |
17052 | 24 |
25 ;;; Commentary: | |
26 | |
27 ;; This file contains multibyte characters. Save this file always in | |
18197
90235db802c7
Comment changed (iso-2022-7 -> iso-2022-7bit).
Kenichi Handa <handa@m17n.org>
parents:
17753
diff
changeset
|
28 ;; the coding system `iso-2022-7bit'. |
17052 | 29 |
18205
40dc3b2e9e27
Delete syntax stuff for Latin-1 and Latin-2.
Richard M. Stallman <rms@gnu.org>
parents:
18197
diff
changeset
|
30 ;; This file does not define the syntax for Latin-N character sets; |
40dc3b2e9e27
Delete syntax stuff for Latin-1 and Latin-2.
Richard M. Stallman <rms@gnu.org>
parents:
18197
diff
changeset
|
31 ;; those are defined by the files latin-N.el. |
40dc3b2e9e27
Delete syntax stuff for Latin-1 and Latin-2.
Richard M. Stallman <rms@gnu.org>
parents:
18197
diff
changeset
|
32 |
17052 | 33 ;;; Predefined categories. |
34 | |
35 ;; For each character set. | |
36 | |
37 (define-category ?a "ASCII") | |
38 (define-category ?l "Latin") | |
39 (define-category ?t "Thai") | |
40 (define-category ?g "Greek") | |
41 (define-category ?b "Arabic") | |
42 (define-category ?w "Hebrew") | |
43 (define-category ?y "Cyrillic") | |
44 (define-category ?k "Japanese katakana") | |
45 (define-category ?r "Japanese roman") | |
46 (define-category ?c "Chinese") | |
47 (define-category ?j "Japanese") | |
48 (define-category ?h "Korean") | |
49 (define-category ?e "Ethiopic (Ge'ez)") | |
50 (define-category ?v "Vietnamese") | |
51 (define-category ?i "Indian") | |
17078
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
52 (define-category ?o "Lao") |
17753
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
53 (define-category ?q "Tibetan") |
17052 | 54 |
55 ;; For each group (row) of 2-byte character sets. | |
56 | |
57 (define-category ?A "Alpha numeric characters of 2-byte character sets") | |
58 (define-category ?C "Chinese (Han) characters of 2-byte character sets") | |
59 (define-category ?G "Greek characters of 2-byte characters sets") | |
60 (define-category ?H "Japanese Hiragana characters of 2-byte character sets") | |
61 (define-category ?K "Japanese Katakana characters of 2-byte character sets") | |
62 (define-category ?N "Korean Hangul characters of 2-byte character sets") | |
63 (define-category ?Y "Cyrillic character of 2-byte character sets") | |
64 (define-category ?I "Indian Glyphs") | |
65 | |
66 ;; For phonetic classifications. | |
67 | |
68 (define-category ?0 "consonant") | |
18561
f3c28fd5118e
Modify docstring of char category
Kenichi Handa <handa@m17n.org>
parents:
18377
diff
changeset
|
69 (define-category ?1 "base (independent) vowel") |
17052 | 70 (define-category ?2 "upper diacritical mark (including upper vowel)") |
71 (define-category ?3 "lower diacritical mark (including lower vowel)") | |
72 (define-category ?4 "tone mark") | |
18561
f3c28fd5118e
Modify docstring of char category
Kenichi Handa <handa@m17n.org>
parents:
18377
diff
changeset
|
73 (define-category ?5 "symbol") |
17052 | 74 (define-category ?6 "digit") |
75 (define-category ?7 "vowel-modifying diacritical mark") | |
17078
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
76 (define-category ?8 "vowel-signs") |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
77 (define-category ?9 "semivowel lower") |
17052 | 78 |
79 ;; For filling. | |
80 (define-category ?| "While filling, we can break a line at this character.") | |
81 | |
82 ;; Keep the followings for `kinsoku' processing. See comments in | |
83 ;; kinsoku.el. | |
84 (define-category ?> "A character which can't be placed at beginning of line.") | |
85 (define-category ?< "A character which can't be placed at end of line.") | |
86 | |
87 | |
88 ;;; Setting syntax and category. | |
89 | |
90 ;; ASCII | |
91 | |
92 (let ((ch 32)) | |
93 (while (< ch 127) ; All ASCII characters have | |
94 (modify-category-entry ch ?a) ; the category `a' (ASCII) | |
95 (modify-category-entry ch ?l) ; and `l' (Latin). | |
96 (setq ch (1+ ch)))) | |
97 | |
98 ;; Arabic character set | |
99 | |
100 (let ((charsets '(arabic-iso8859-6 | |
101 arabic-digit | |
102 arabic-1-column | |
103 arabic-2-column))) | |
104 (while charsets | |
105 (modify-syntax-entry (make-char (car charsets)) "w") | |
106 (modify-category-entry (make-char (car charsets)) ?b) | |
107 (setq charsets (cdr charsets)))) | |
108 | |
109 ;; Chinese character set (GB2312) | |
110 | |
111 (modify-syntax-entry (make-char 'chinese-gb2312) "w") | |
112 (modify-syntax-entry (make-char 'chinese-gb2312 33) "_") | |
113 (modify-syntax-entry (make-char 'chinese-gb2312 34) "_") | |
114 (modify-syntax-entry (make-char 'chinese-gb2312 41) "_") | |
115 (modify-syntax-entry ?\$A!2(B "($A!3(B") | |
116 (modify-syntax-entry ?\$A!4(B "($A!5(B") | |
117 (modify-syntax-entry ?\$A!6(B "($A!7(B") | |
118 (modify-syntax-entry ?\$A!8(B "($A!9(B") | |
119 (modify-syntax-entry ?\$A!:(B "($A!;(B") | |
120 (modify-syntax-entry ?\$A!<(B "($A!=(B") | |
121 (modify-syntax-entry ?\$A!>(B "($A!?(B") | |
122 (modify-syntax-entry ?\$A!3(B ")$A!2(B") | |
123 (modify-syntax-entry ?\$A!5(B ")$A!4(B") | |
124 (modify-syntax-entry ?\$A!7(B ")$A!6(B") | |
125 (modify-syntax-entry ?\$A!9(B ")$A!8(B") | |
126 (modify-syntax-entry ?\$A!;(B ")$A!:(B") | |
127 (modify-syntax-entry ?\$A!=(B ")$A!<(B") | |
128 (modify-syntax-entry ?\$A!?(B ")$A!>(B") | |
129 | |
130 (modify-category-entry (make-char 'chinese-gb2312) ?c) | |
131 (modify-category-entry (make-char 'chinese-gb2312) ?\|) | |
132 (modify-category-entry (make-char 'chinese-gb2312 35) ?A) | |
133 (modify-category-entry (make-char 'chinese-gb2312 36) ?H) | |
134 (modify-category-entry (make-char 'chinese-gb2312 37) ?K) | |
135 (modify-category-entry (make-char 'chinese-gb2312 38) ?G) | |
136 (modify-category-entry (make-char 'chinese-gb2312 39) ?Y) | |
137 (modify-category-entry (make-char 'chinese-gb2312 35) ?A) | |
138 (let ((row 48)) | |
139 (while (< row 127) | |
140 (modify-category-entry (make-char 'chinese-gb2312 row) ?C) | |
141 (setq row (1+ row)))) | |
142 | |
143 ;; Chinese character set (BIG5) | |
144 | |
145 (let ((generic-big5-1-char (make-char 'chinese-big5-1)) | |
146 (generic-big5-2-char (make-char 'chinese-big5-2))) | |
147 (modify-syntax-entry generic-big5-1-char "w") | |
148 (modify-syntax-entry generic-big5-2-char "w") | |
149 | |
150 (modify-category-entry generic-big5-1-char ?c) | |
151 (modify-category-entry generic-big5-2-char ?c) | |
152 | |
153 (modify-category-entry generic-big5-1-char ?C) | |
154 (modify-category-entry generic-big5-2-char ?C) | |
155 | |
156 (modify-category-entry generic-big5-1-char ?\|) | |
157 (modify-category-entry generic-big5-2-char ?\|)) | |
158 | |
159 | |
160 ;; Chinese character set (CNS11643) | |
161 | |
162 (let ((cns-list '(chinese-cns11643-1 | |
163 chinese-cns11643-2 | |
164 chinese-cns11643-3 | |
165 chinese-cns11643-4 | |
166 chinese-cns11643-5 | |
167 chinese-cns11643-6 | |
168 chinese-cns11643-7)) | |
169 generic-char) | |
170 (while cns-list | |
171 (setq generic-char (make-char (car cns-list))) | |
172 (modify-syntax-entry generic-char "w") | |
173 (modify-category-entry generic-char ?c) | |
174 (modify-category-entry generic-char ?C) | |
175 (modify-category-entry generic-char ?|) | |
176 (setq cns-list (cdr cns-list)))) | |
177 | |
178 ;; Cyrillic character set (ISO-8859-5) | |
179 | |
180 (modify-category-entry (make-char 'cyrillic-iso8859-5) ?y) | |
181 | |
182 (let ((c 160)) | |
183 (while (< c 256) | |
184 (modify-syntax-entry (make-char 'cyrillic-iso8859-5 c) "w") | |
185 (setq c (1+ c)))) | |
186 (modify-syntax-entry ?,L-(B ".") | |
187 (modify-syntax-entry ?,Lp(B ".") | |
188 (modify-syntax-entry ?,L}(B ".") | |
189 | |
17753
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
190 ;; Devanagari character set |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
191 |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
192 (let ((deflist '(;; chars syntax category |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
193 ("$(5!!!"!#(B" "w" ?7) ; vowel-modifying diacritical mark |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
194 ; chandrabindu, anuswar, visarga |
18561
f3c28fd5118e
Modify docstring of char category
Kenichi Handa <handa@m17n.org>
parents:
18377
diff
changeset
|
195 ("$(5!$(B-$(5!2(B" "w" ?1) ; independent vowel |
17753
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
196 ("$(5!3(B-$(5!X(B" "w" ?0) ; consonant |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
197 ("$(5!Z(B-$(5!g(B" "w" ?8) ; matra |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
198 ("$(5!q(B-$(5!z(B" "w" ?6) ; digit |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
199 )) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
200 elm chars len syntax category to ch i) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
201 (while deflist |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
202 (setq elm (car deflist)) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
203 (setq chars (car elm) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
204 len (length chars) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
205 syntax (nth 1 elm) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
206 category (nth 2 elm) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
207 i 0) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
208 (while (< i len) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
209 (if (= (aref chars i) ?-) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
210 (setq i (1+ i) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
211 to (sref chars i)) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
212 (setq ch (sref chars i) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
213 to ch)) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
214 (while (<= ch to) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
215 (modify-syntax-entry ch syntax) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
216 (modify-category-entry ch category) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
217 (setq ch (1+ ch))) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
218 (setq i (+ i (char-bytes to)))) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
219 (setq deflist (cdr deflist)))) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
220 |
17052 | 221 ;; Ethiopic character set |
222 | |
223 (modify-category-entry (make-char 'ethiopic) ?e) | |
18304
58b39b4108d5
Set syntaxes of Ethiopic characters.
Kenichi Handa <handa@m17n.org>
parents:
18205
diff
changeset
|
224 (modify-syntax-entry (make-char 'ethiopic) "w") |
58b39b4108d5
Set syntaxes of Ethiopic characters.
Kenichi Handa <handa@m17n.org>
parents:
18205
diff
changeset
|
225 (let ((chars '(?$(3$h(B ?$(3$i(B ?$(3$j(B ?$(3$k(B ?$(3$l(B ?$(3$m(B ?$(3$n(B ?$(3$o(B ?$(3%i(B ?$(3%t(B ?$(3%u(B ?$(3%v(B ?$(3%w(B ?$(3%x(B))) |
58b39b4108d5
Set syntaxes of Ethiopic characters.
Kenichi Handa <handa@m17n.org>
parents:
18205
diff
changeset
|
226 (while chars |
58b39b4108d5
Set syntaxes of Ethiopic characters.
Kenichi Handa <handa@m17n.org>
parents:
18205
diff
changeset
|
227 (modify-syntax-entry (car chars) ".") |
58b39b4108d5
Set syntaxes of Ethiopic characters.
Kenichi Handa <handa@m17n.org>
parents:
18205
diff
changeset
|
228 (setq chars (cdr chars)))) |
17052 | 229 |
230 ;; European character set (Latin-1,2,3,4,5) | |
231 | |
232 (modify-category-entry (make-char 'latin-iso8859-1) ?l) | |
233 (modify-category-entry (make-char 'latin-iso8859-2) ?l) | |
234 (modify-category-entry (make-char 'latin-iso8859-3) ?l) | |
235 (modify-category-entry (make-char 'latin-iso8859-4) ?l) | |
236 (modify-category-entry (make-char 'latin-iso8859-9) ?l) | |
237 | |
238 ;; Greek character set (ISO-8859-7) | |
239 | |
240 (modify-category-entry (make-char 'greek-iso8859-7) ?g) | |
241 | |
242 (let ((c 182)) | |
243 (while (< c 255) | |
244 (modify-syntax-entry (make-char 'greek-iso8859-7 c) "w") | |
245 (setq c (1+ c)))) | |
246 (modify-syntax-entry (make-char 'greek-iso8859-7 160) "w") ; NBSP | |
247 (modify-syntax-entry ?,F7(B ".") | |
248 (modify-syntax-entry ?,F;(B ".") | |
249 (modify-syntax-entry ?,F=(B ".") | |
250 | |
251 ;; Hebrew character set (ISO-8859-8) | |
252 | |
253 (modify-category-entry (make-char 'hebrew-iso8859-8) ?w) | |
254 | |
255 (let ((c 224)) | |
256 (while (< c 251) | |
257 (modify-syntax-entry (make-char 'hebrew-iso8859-8 c) "w") | |
258 (setq c (1+ c)))) | |
259 (modify-syntax-entry (make-char 'hebrew-iso8859-8 160) "w") ; NBSP | |
260 | |
261 ;; Indian character set (IS 13194 and other Emacs original Indian charsets) | |
262 | |
263 (modify-category-entry (make-char 'indian-is13194) ?i) | |
264 (modify-category-entry (make-char 'indian-2-column) ?I) | |
265 (modify-category-entry (make-char 'indian-1-column) ?I) | |
266 | |
267 ;; Japanese character set (JISX0201-kana, JISX0201-roman, JISX0208, JISX0212) | |
268 | |
269 (modify-category-entry (make-char 'katakana-jisx0201) ?k) | |
270 (modify-category-entry (make-char 'latin-jisx0201) ?r) | |
271 (modify-category-entry (make-char 'japanese-jisx0208) ?j) | |
272 (modify-category-entry (make-char 'japanese-jisx0212) ?j) | |
17753
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
273 (modify-category-entry (make-char 'katakana-jisx0201) ?\|) |
17052 | 274 (modify-category-entry (make-char 'japanese-jisx0208) ?\|) |
17753
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
275 (modify-category-entry (make-char 'japanese-jisx0212) ?\|) |
17052 | 276 |
277 ;; JISX0208 | |
278 (modify-syntax-entry (make-char 'japanese-jisx0208) "w") | |
279 (modify-syntax-entry (make-char 'japanese-jisx0208 33) "_") | |
280 (modify-syntax-entry (make-char 'japanese-jisx0208 34) "_") | |
281 (modify-syntax-entry (make-char 'japanese-jisx0208 40) "_") | |
282 (let ((chars '(?$B!<(B ?$B!+(B ?$B!,(B ?$B!3(B ?$B!4(B ?$B!5(B ?$B!6(B ?$B!7(B ?$B!8(B ?$B!9(B ?$B!:(B ?$B!;(B))) | |
283 (while chars | |
284 (modify-syntax-entry (car chars) "w") | |
285 (setq chars (cdr chars)))) | |
286 (modify-syntax-entry ?\$B!J(B "($B!K(B") | |
287 (modify-syntax-entry ?\$B!N(B "($B!O(B") | |
288 (modify-syntax-entry ?\$B!P(B "($B!Q(B") | |
289 (modify-syntax-entry ?\$B!V(B "($B!W(B") | |
290 (modify-syntax-entry ?\$B!X(B "($B!Y(B") | |
291 (modify-syntax-entry ?\$B!K(B ")$B!J(B") | |
292 (modify-syntax-entry ?\$B!O(B ")$B!N(B") | |
293 (modify-syntax-entry ?\$B!Q(B ")$B!P(B") | |
294 (modify-syntax-entry ?\$B!W(B ")$B!V(B") | |
295 (modify-syntax-entry ?\$B!Y(B ")$B!X(B") | |
296 | |
297 (modify-category-entry (make-char 'japanese-jisx0208 35) ?A) | |
298 (modify-category-entry (make-char 'japanese-jisx0208 36) ?H) | |
299 (modify-category-entry (make-char 'japanese-jisx0208 37) ?K) | |
300 (modify-category-entry (make-char 'japanese-jisx0208 38) ?G) | |
301 (modify-category-entry (make-char 'japanese-jisx0208 39) ?Y) | |
302 (let ((row 48)) | |
303 (while (< row 127) | |
304 (modify-category-entry (make-char 'japanese-jisx0208 row) ?C) | |
305 (setq row (1+ row)))) | |
17296
dc3f449803f6
Change a category of one Japanese character.
Kenichi Handa <handa@m17n.org>
parents:
17078
diff
changeset
|
306 (modify-category-entry ?$B!<(B ?K) |
dc3f449803f6
Change a category of one Japanese character.
Kenichi Handa <handa@m17n.org>
parents:
17078
diff
changeset
|
307 (let ((chars '(?$B!+(B ?$B!,(B))) |
17052 | 308 (while chars |
309 (modify-category-entry (car chars) ?K) | |
310 (modify-category-entry (car chars) ?H) | |
311 (setq chars (cdr chars)))) | |
312 (let ((chars '(?$B!3(B ?$B!4(B ?$B!5(B ?$B!6(B ?$B!7(B ?$B!8(B ?$B!9(B ?$B!:(B ?$B!;(B))) | |
313 (while chars | |
314 (modify-category-entry (car chars) ?C) | |
315 (setq chars (cdr chars)))) | |
316 | |
317 ;; JISX0212 | |
318 (modify-syntax-entry (make-char 'japanese-jisx0212) "w") | |
319 (modify-syntax-entry (make-char 'japanese-jisx0212 33) "_") | |
320 (modify-syntax-entry (make-char 'japanese-jisx0212 34) "_") | |
321 (modify-syntax-entry (make-char 'japanese-jisx0212 35) "_") | |
322 | |
323 (modify-category-entry (make-char 'japanese-jisx0212 ) ?C) | |
324 | |
325 ;; JISX0201-Kana | |
326 (modify-syntax-entry (make-char 'katakana-jisx0201) "w") | |
327 (let ((chars '(?(I!(B ?(I"(B ?(I#(B ?(I$(B ?(I%(B))) | |
328 (while chars | |
329 (modify-syntax-entry (car chars) ".") | |
330 (setq chars (cdr chars)))) | |
331 | |
332 ;; Korean character set (KSC5601) | |
333 | |
334 (modify-syntax-entry (make-char 'korean-ksc5601) "w") | |
335 (modify-syntax-entry (make-char 'korean-ksc5601 33) "_") | |
336 (modify-syntax-entry (make-char 'korean-ksc5601 34) "_") | |
337 (modify-syntax-entry (make-char 'korean-ksc5601 38) "_") | |
338 (modify-syntax-entry (make-char 'korean-ksc5601 39) "_") | |
339 (modify-syntax-entry (make-char 'korean-ksc5601 40) "_") | |
340 (modify-syntax-entry (make-char 'korean-ksc5601 41) "_") | |
341 | |
342 (modify-category-entry (make-char 'korean-ksc5601) ?h) | |
343 (modify-category-entry (make-char 'korean-ksc5601 35) ?A) | |
344 (modify-category-entry (make-char 'korean-ksc5601 37) ?G) | |
345 (modify-category-entry (make-char 'korean-ksc5601 42) ?H) | |
346 (modify-category-entry (make-char 'korean-ksc5601 43) ?K) | |
347 (modify-category-entry (make-char 'korean-ksc5601 44) ?Y) | |
348 | |
17078
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
349 ;; Lao character set |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
350 |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
351 (modify-category-entry (make-char 'lao) ?o) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
352 |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
353 (let ((deflist '(;; chars syntax category |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
354 ("(1!(B-(1N(B" "w" ?0) ; consonant |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
355 ("(1PRS]`(B-(1d(B" "w" ?1) ; vowel base |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
356 ("(1QT(B-(1W[m(B" "w" ?2) ; vowel upper |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
357 ("(1XY(B" "w" ?3) ; vowel lower |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
358 ("(1h(B-(1l(B" "w" ?4) ; tone mark |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
359 ("(1\(B" "w" ?9) ; semivowel lower |
18561
f3c28fd5118e
Modify docstring of char category
Kenichi Handa <handa@m17n.org>
parents:
18377
diff
changeset
|
360 ("(1p(B-(1y(B" "w" ?6) ; digit |
17078
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
361 ("(1Of(B" "_" ?0) ; symbol |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
362 )) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
363 elm chars len syntax category to ch i) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
364 (while deflist |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
365 (setq elm (car deflist)) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
366 (setq chars (car elm) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
367 len (length chars) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
368 syntax (nth 1 elm) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
369 category (nth 2 elm) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
370 i 0) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
371 (while (< i len) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
372 (if (= (aref chars i) ?-) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
373 (setq i (1+ i) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
374 to (sref chars i)) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
375 (setq ch (sref chars i) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
376 to ch)) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
377 (while (<= ch to) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
378 (modify-syntax-entry ch syntax) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
379 (modify-category-entry ch category) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
380 (setq ch (1+ ch))) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
381 (setq i (+ i (char-bytes to)))) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
382 (setq deflist (cdr deflist)))) |
874b471d6635
Remove prefix "coding-system-" from coding system symbol names.
Kenichi Handa <handa@m17n.org>
parents:
17071
diff
changeset
|
383 |
17052 | 384 ;; Thai character set (TIS620) |
385 | |
386 (modify-category-entry (make-char 'thai-tis620) ?t) | |
387 | |
388 (let ((deflist '(;; chars syntax category | |
389 (",T!(B-,TCEG(B-,TN(B" "w" ?0) ; consonant | |
390 (",TDFPRS`(B-,Te(B" "w" ?1) ; vowel base | |
391 (",TQT(B-,TWgn(B" "w" ?2) ; vowel upper | |
392 (",TX(B-,TZ(B" "w" ?3) ; vowel lower | |
393 (",Th(B-,Tm(B" "w" ?4) ; tone mark | |
18561
f3c28fd5118e
Modify docstring of char category
Kenichi Handa <handa@m17n.org>
parents:
18377
diff
changeset
|
394 (",Tp(B-,Ty(B" "w" ?6) ; digit |
f3c28fd5118e
Modify docstring of char category
Kenichi Handa <handa@m17n.org>
parents:
18377
diff
changeset
|
395 (",TOf_oz{(B" "_" ?5) ; symbol |
17052 | 396 )) |
397 elm chars len syntax category to ch i) | |
398 (while deflist | |
399 (setq elm (car deflist)) | |
400 (setq chars (car elm) | |
401 len (length chars) | |
402 syntax (nth 1 elm) | |
403 category (nth 2 elm) | |
404 i 0) | |
405 (while (< i len) | |
406 (if (= (aref chars i) ?-) | |
407 (setq i (1+ i) | |
408 to (sref chars i)) | |
409 (setq ch (sref chars i) | |
410 to ch)) | |
411 (while (<= ch to) | |
412 (modify-syntax-entry ch syntax) | |
413 (modify-category-entry ch category) | |
414 (setq ch (1+ ch))) | |
415 (setq i (+ i (char-bytes to)))) | |
416 (setq deflist (cdr deflist)))) | |
417 | |
17753
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
418 ;; Tibetan character set |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
419 |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
420 (let ((row 33)) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
421 (while (< row 38) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
422 (modify-category-entry (make-char 'tibetan row) ?q) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
423 (setq row (1+ row)))) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
424 |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
425 (modify-category-entry (make-char 'tibetan-1-column 33) ?q) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
426 |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
427 (let ((deflist '(;; chars syntax category |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
428 ("$(7"!(B-$(7"J(B" "w" ?0) ; consonant |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
429 ("$(7#!(B-$(7#J#P#Q(B" "w" ?0) ; |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
430 ("$(7$!(B-$(7$e(B" "w" ?0) ; |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
431 ("$(7%!(B-$(7%u(B" "w" ?0) ; |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
432 ("$(7"S"["\"]"^"a(B" "w" ?2) ; upper vowel |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
433 ("$(7"_"c"d"g"h"i"j"k"l(B" "w" ?2) ; upper modifier |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
434 ("$(7!I"Q"U"e!e!g(B" "w" ?3) ; lowel vowel/modifier |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
435 ("$(7!P(B-$(7!Y!Z(B-$(7!c(B" "w" ?6) ; digit |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
436 ("$(7!;!=(B-$(7!B!D"`(B" "." ?|) ; line-break char |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
437 ("$(8!;!=!?!@!A!D"`(B" "." ?|) ; |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
438 ("$(7!8!;!=(B-$(7!B!D"`!m!d(B" "." ?>) ; prohibition |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
439 ("$(8!;!=!?!@!A!D"`(B" "." ?>) ; |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
440 ("$(7!0(B-$(7!:!l#R#S"f(B" "." ?<) ; prohibition |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
441 ("$(7!C!E(B-$(7!H!J(B-$(7!O!f!h(B-$(7!k!n!o(B" "." ?q) ; others |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
442 )) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
443 elm chars len syntax category to ch i) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
444 (while deflist |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
445 (setq elm (car deflist)) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
446 (setq chars (car elm) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
447 len (length chars) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
448 syntax (nth 1 elm) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
449 category (nth 2 elm) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
450 i 0) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
451 (while (< i len) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
452 (if (= (aref chars i) ?-) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
453 (setq i (1+ i) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
454 to (sref chars i)) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
455 (setq ch (sref chars i) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
456 to ch)) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
457 (while (<= ch to) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
458 (modify-syntax-entry ch syntax) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
459 (modify-category-entry ch category) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
460 (setq ch (1+ ch))) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
461 (setq i (+ i (char-bytes to)))) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
462 (setq deflist (cdr deflist)))) |
de6be7f3b904
Set syntax and category for Devanagari, Thai, and
Kenichi Handa <handa@m17n.org>
parents:
17296
diff
changeset
|
463 |
17052 | 464 ;; Vietnamese character set |
465 | |
466 (let ((lower (make-char 'vietnamese-viscii-lower)) | |
467 (upper (make-char 'vietnamese-viscii-upper))) | |
468 (modify-syntax-entry lower "w") | |
469 (modify-syntax-entry upper "w") | |
470 (modify-category-entry lower ?v) | |
471 (modify-category-entry upper ?v) | |
472 (modify-category-entry lower ?l) ; To make a word with | |
473 (modify-category-entry upper ?l) ; latin characters. | |
474 ) | |
475 | |
476 | |
477 ;;; Setting word boundary. | |
478 | |
479 (setq word-combining-categories | |
480 '((?l . ?l))) | |
481 | |
482 (setq word-separating-categories ; (2-byte character sets) | |
483 '((?A . ?K) ; Alpha numeric - Katakana | |
484 (?A . ?C) ; Alpha numeric - Chinese | |
485 (?H . ?A) ; Hiragana - Alpha numeric | |
486 (?H . ?K) ; Hiragana - Katakana | |
487 (?H . ?C) ; Hiragana - Chinese | |
488 (?K . ?A) ; Katakana - Alpha numeric | |
489 (?K . ?C) ; Katakana - Chinese | |
490 (?C . ?A) ; Chinese - Alpha numeric | |
491 (?C . ?K) ; Chinese - Katakana | |
492 )) |