Mercurial > emacs
annotate lisp/language/thai-util.el @ 90109:790c49ba39db
(unidata-get-name): Handle "CJK IDEOGRAPH".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 02 Mar 2005 07:16:34 +0000 |
parents | 68c22ea6027c |
children | 30ad2795fdab |
rev | line source |
---|---|
36683
b82a6fbaae16
Add coding: iso-2022-7bit tag.
Kenichi Handa <handa@m17n.org>
parents:
29360
diff
changeset
|
1 ;;; thai-util.el --- utilities for Thai -*- coding: iso-2022-7bit; -*- |
17052 | 2 |
3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | |
89483 | 4 ;; Licensed to the Free Software Foundation. |
5 ;; Copyright (C) 2003 | |
6 ;; National Institute of Advanced Industrial Science and Technology (AIST) | |
7 ;; Registration Number H13PRO009 | |
17052 | 8 |
88761 | 9 ;; Keywords: mule, multilingual, Thai, i18n |
17052 | 10 |
11 ;; This file is part of GNU Emacs. | |
12 | |
13 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
14 ;; it under the terms of the GNU General Public License as published by | |
15 ;; the Free Software Foundation; either version 2, or (at your option) | |
16 ;; any later version. | |
17 | |
18 ;; GNU Emacs is distributed in the hope that it will be useful, | |
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 ;; GNU General Public License for more details. | |
22 | |
23 ;; You should have received a copy of the GNU General Public License | |
17071 | 24 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
25 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
26 ;; Boston, MA 02111-1307, USA. | |
17052 | 27 |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
36683
diff
changeset
|
28 ;;; Commentary: |
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
36683
diff
changeset
|
29 |
17052 | 30 ;;; Code: |
31 | |
32 ;; Setting information of Thai characters. | |
33 | |
26892
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
34 (defconst thai-category-table (make-category-table)) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
35 (define-category ?c "Thai consonant" thai-category-table) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
36 (define-category ?v "Thai upper/lower vowel" thai-category-table) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
37 (define-category ?t "Thai tone" thai-category-table) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
38 |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
39 ;; The general composing rules are as follows: |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
40 ;; |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
41 ;; T |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
42 ;; V T V T |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
43 ;; CV -> C, CT -> C, CVT -> C, Cv -> C, CvT -> C |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
44 ;; v v |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
45 ;; |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
46 ;; where C: consonant, V: vowel upper, v: vowel lower, T: tone mark. |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
47 |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
48 (defvar thai-composition-pattern "\\cc\\(\\ct\\|\\cv\\ct?\\)" |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
49 "Regular expression matching a Thai composite sequence.") |
23546
d180b9c69e4a
(thai-pre-write-conversion): Cancel previous
Kenichi Handa <handa@m17n.org>
parents:
23523
diff
changeset
|
50 |
17052 | 51 (let ((l '((?,T!(B consonant "LETTER KO KAI") ; 0xA1 |
52 (?,T"(B consonant "LETTER KHO KHAI") ; 0xA2 | |
53 (?,T#(B consonant "LETTER KHO KHUAT") ; 0xA3 | |
54 (?,T$(B consonant "LETTER KHO KHWAI") ; 0xA4 | |
55 (?,T%(B consonant "LETTER KHO KHON") ; 0xA5 | |
56 (?,T&(B consonant "LETTER KHO RAKHANG") ; 0xA6 | |
57 (?,T'(B consonant "LETTER NGO NGU") ; 0xA7 | |
58 (?,T((B consonant "LETTER CHO CHAN") ; 0xA8 | |
59 (?,T)(B consonant "LETTER CHO CHING") ; 0xA9 | |
60 (?,T*(B consonant "LETTER CHO CHANG") ; 0xAA | |
61 (?,T+(B consonant "LETTER SO SO") ; 0xAB | |
62 (?,T,(B consonant "LETTER CHO CHOE") ; 0xAC | |
63 (?,T-(B consonant "LETTER YO YING") ; 0xAD | |
64 (?,T.(B consonant "LETTER DO CHADA") ; 0xAE | |
65 (?,T/(B consonant "LETTER TO PATAK") ; 0xAF | |
66 (?,T0(B consonant "LETTER THO THAN") ; 0xB0 | |
67 (?,T1(B consonant "LETTER THO NANGMONTHO") ; 0xB1 | |
68 (?,T2(B consonant "LETTER THO PHUTHAO") ; 0xB2 | |
69 (?,T3(B consonant "LETTER NO NEN") ; 0xB3 | |
70 (?,T4(B consonant "LETTER DO DEK") ; 0xB4 | |
71 (?,T5(B consonant "LETTER TO TAO") ; 0xB5 | |
72 (?,T6(B consonant "LETTER THO THUNG") ; 0xB6 | |
73 (?,T7(B consonant "LETTER THO THAHAN") ; 0xB7 | |
74 (?,T8(B consonant "LETTER THO THONG") ; 0xB8 | |
75 (?,T9(B consonant "LETTER NO NU") ; 0xB9 | |
76 (?,T:(B consonant "LETTER BO BAIMAI") ; 0xBA | |
77 (?,T;(B consonant "LETTER PO PLA") ; 0xBB | |
78 (?,T<(B consonant "LETTER PHO PHUNG") ; 0xBC | |
79 (?,T=(B consonant "LETTER FO FA") ; 0xBD | |
80 (?,T>(B consonant "LETTER PHO PHAN") ; 0xBE | |
81 (?,T?(B consonant "LETTER FO FAN") ; 0xBF | |
82 (?,T@(B consonant "LETTER PHO SAMPHAO") ; 0xC0 | |
83 (?,TA(B consonant "LETTER MO MA") ; 0xC1 | |
84 (?,TB(B consonant "LETTER YO YAK") ; 0xC2 | |
85 (?,TC(B consonant "LETTER RO RUA") ; 0xC3 | |
86 (?,TD(B vowel-base "LETTER RU (Pali vowel letter)") ; 0xC4 | |
87 (?,TE(B consonant "LETTER LO LING") ; 0xC5 | |
88 (?,TF(B vowel-base "LETTER LU (Pali vowel letter)") ; 0xC6 | |
89 (?,TG(B consonant "LETTER WO WAEN") ; 0xC7 | |
90 (?,TH(B consonant "LETTER SO SALA") ; 0xC8 | |
91 (?,TI(B consonant "LETTER SO RUSI") ; 0xC9 | |
92 (?,TJ(B consonant "LETTER SO SUA") ; 0xCA | |
93 (?,TK(B consonant "LETTER HO HIP") ; 0xCB | |
94 (?,TL(B consonant "LETTER LO CHULA") ; 0xCC | |
95 (?,TM(B consonant "LETTER O ANG") ; 0xCD | |
96 (?,TN(B consonant "LETTER HO NOK HUK") ; 0xCE | |
97 (?,TO(B special "PAI YAN NOI (abbreviation)") ; 0xCF | |
98 (?,TP(B vowel-base "VOWEL SIGN SARA A") ; 0xD0 | |
99 (?,TQ(B vowel-upper "VOWEL SIGN MAI HAN-AKAT N/S-T") ; 0xD1 | |
100 (?,TR(B vowel-base "VOWEL SIGN SARA AA") ; 0xD2 | |
101 (?,TS(B vowel-base "VOWEL SIGN SARA AM") ; 0xD3 | |
102 (?,TT(B vowel-upper "VOWEL SIGN SARA I N/S-T") ; 0xD4 | |
103 (?,TU(B vowel-upper "VOWEL SIGN SARA II N/S-T") ; 0xD5 | |
104 (?,TV(B vowel-upper "VOWEL SIGN SARA UE N/S-T") ; 0xD6 | |
105 (?,TW(B vowel-upper "VOWEL SIGN SARA UEE N/S-T") ; 0xD7 | |
106 (?,TX(B vowel-lower "VOWEL SIGN SARA U N/S-B") ; 0xD8 | |
107 (?,TY(B vowel-lower "VOWEL SIGN SARA UU N/S-B") ; 0xD9 | |
108 (?,TZ(B vowel-lower "VOWEL SIGN PHINTHU N/S-B (Pali virama)") ; 0xDA | |
109 (?,T[(B invalid nil) ; 0xDA | |
110 (?,T\(B invalid nil) ; 0xDC | |
111 (?,T](B invalid nil) ; 0xDC | |
112 (?,T^(B invalid nil) ; 0xDC | |
113 (?,T_(B special "BAHT SIGN (currency symbol)") ; 0xDF | |
114 (?,T`(B vowel-base "VOWEL SIGN SARA E") ; 0xE0 | |
115 (?,Ta(B vowel-base "VOWEL SIGN SARA AE") ; 0xE1 | |
116 (?,Tb(B vowel-base "VOWEL SIGN SARA O") ; 0xE2 | |
117 (?,Tc(B vowel-base "VOWEL SIGN SARA MAI MUAN") ; 0xE3 | |
118 (?,Td(B vowel-base "VOWEL SIGN SARA MAI MALAI") ; 0xE4 | |
119 (?,Te(B vowel-base "LAK KHANG YAO") ; 0xE5 | |
120 (?,Tf(B special "MAI YAMOK (repetion)") ; 0xE6 | |
121 (?,Tg(B vowel-upper "VOWEL SIGN MAI TAI KHU N/S-T") ; 0xE7 | |
122 (?,Th(B tone "TONE MAI EK N/S-T") ; 0xE8 | |
123 (?,Ti(B tone "TONE MAI THO N/S-T") ; 0xE9 | |
124 (?,Tj(B tone "TONE MAI TRI N/S-T") ; 0xEA | |
125 (?,Tk(B tone "TONE MAI CHATTAWA N/S-T") ; 0xEB | |
126 (?,Tl(B tone "THANTHAKHAT N/S-T (cancellation mark)") ; 0xEC | |
127 (?,Tm(B tone "NIKKHAHIT N/S-T (final nasal)") ; 0xED | |
128 (?,Tn(B vowel-upper "YAMAKKAN N/S-T") ; 0xEE | |
129 (?,To(B special "FONRMAN") ; 0xEF | |
130 (?,Tp(B special "DIGIT ZERO") ; 0xF0 | |
131 (?,Tq(B special "DIGIT ONE") ; 0xF1 | |
132 (?,Tr(B special "DIGIT TWO") ; 0xF2 | |
133 (?,Ts(B special "DIGIT THREE") ; 0xF3 | |
134 (?,Tt(B special "DIGIT FOUR") ; 0xF4 | |
135 (?,Tu(B special "DIGIT FIVE") ; 0xF5 | |
136 (?,Tv(B special "DIGIT SIX") ; 0xF6 | |
137 (?,Tw(B special "DIGIT SEVEN") ; 0xF7 | |
138 (?,Tx(B special "DIGIT EIGHT") ; 0xF8 | |
139 (?,Ty(B special "DIGIT NINE") ; 0xF9 | |
140 (?,Tz(B special "ANGKHANKHU (ellipsis)") ; 0xFA | |
141 (?,T{(B special "KHOMUT (beginning of religious texts)") ; 0xFB | |
142 (?,T|(B invalid nil) ; 0xFC | |
143 (?,T}(B invalid nil) ; 0xFD | |
144 (?,T~(B invalid nil) ; 0xFE | |
145 )) | |
146 elm) | |
147 (while l | |
26892
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
148 (setq elm (car l) l (cdr l)) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
149 (let ((char (car elm)) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
150 (ptype (nth 1 elm))) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
151 (put-char-code-property char 'phonetic-type ptype) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
152 (cond ((eq ptype 'consonant) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
153 (modify-category-entry char ?c thai-category-table)) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
154 ((memq ptype '(vowel-upper vowel-lower)) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
155 (modify-category-entry char ?v thai-category-table)) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
156 ((eq ptype 'tone) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
157 (modify-category-entry char ?t thai-category-table))) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
158 (put-char-code-property char 'name (nth 2 elm))))) |
23546
d180b9c69e4a
(thai-pre-write-conversion): Cancel previous
Kenichi Handa <handa@m17n.org>
parents:
23523
diff
changeset
|
159 |
17052 | 160 ;;;###autoload |
161 (defun thai-compose-region (beg end) | |
162 "Compose Thai characters in the region. | |
163 When called from a program, expects two arguments, | |
164 positions (integers or markers) specifying the region." | |
165 (interactive "r") | |
166 (save-restriction | |
167 (narrow-to-region beg end) | |
168 (goto-char (point-min)) | |
26892
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
169 (with-category-table thai-category-table |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
170 (while (re-search-forward thai-composition-pattern nil t) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
171 (compose-region (match-beginning 0) (match-end 0)))))) |
17052 | 172 |
173 ;;;###autoload | |
23994
9ae5e1af3518
(thai-compose-string): New function.
Kenichi Handa <handa@m17n.org>
parents:
23992
diff
changeset
|
174 (defun thai-compose-string (string) |
9ae5e1af3518
(thai-compose-string): New function.
Kenichi Handa <handa@m17n.org>
parents:
23992
diff
changeset
|
175 "Compose Thai characters in STRING and return the resulting string." |
26892
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
176 (with-category-table thai-category-table |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
177 (let ((idx 0)) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
178 (while (setq idx (string-match thai-composition-pattern string idx)) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
179 (compose-string string idx (match-end 0)) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
180 (setq idx (match-end 0))))) |
fce3871ada53
(thai-category-table): Use
Kenichi Handa <handa@m17n.org>
parents:
23994
diff
changeset
|
181 string) |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48043
diff
changeset
|
182 |
23994
9ae5e1af3518
(thai-compose-string): New function.
Kenichi Handa <handa@m17n.org>
parents:
23992
diff
changeset
|
183 ;;;###autoload |
17052 | 184 (defun thai-compose-buffer () |
185 "Compose Thai characters in the current buffer." | |
186 (interactive) | |
187 (thai-compose-region (point-min) (point-max))) | |
188 | |
189 ;;;###autoload | |
89302
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
190 (defun thai-composition-function (pos &optional string) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
191 (setq pos (1- pos)) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
192 (let ((pattern "[,T!(B-,TCEG(B-,TN!(B-,TCEG(B-,TN(B][,TQT(B-,TWgnX(B-,TZQT(B-,TWgnX(B-,TZ(B]?[,Th(B-,Tmh(B-,Tm(B]?")) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
193 (if string |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
194 (if (and (>= pos 0) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
195 (eq (string-match pattern string pos) pos)) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
196 (prog1 (match-end 0) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
197 (compose-string string pos (match-end 0)))) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
198 (if (>= pos (point-min)) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
199 (progn |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
200 (goto-char pos) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
201 (if (looking-at pattern) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
202 (prog1 (match-end 0) |
b1774ad77cc7
(thai-post-read-conversion): Delete this
Kenichi Handa <handa@m17n.org>
parents:
88761
diff
changeset
|
203 (compose-region pos (match-end 0))))))))) |
17052 | 204 |
205 ;; | |
18309
bd8b521f5218
Provide XXX-util instead of
Kenichi Handa <handa@m17n.org>
parents:
18203
diff
changeset
|
206 (provide 'thai-util) |
17052 | 207 |
89909 | 208 ;;; arch-tag: 59425d6a-8cf9-4e06-a6ab-8ab7dc7a7a97 |
17052 | 209 ;;; thai-util.el ends here |