Mercurial > emacs
annotate lisp/language/lao-util.el @ 70776:a12bb5620cc4
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 20 May 2006 18:11:02 +0000 |
parents | 18a818a2ee7c |
children | 43cc94d955c2 f9a65d7ebd29 |
rev | line source |
---|---|
36683
b82a6fbaae16
Add coding: iso-2022-7bit tag.
Kenichi Handa <handa@m17n.org>
parents:
29361
diff
changeset
|
1 ;;; lao-util.el --- utilities for Lao -*- coding: iso-2022-7bit; -*- |
17083 | 2 |
62396 | 3 ;; Copyright (C) 2001 Free Software Foundation, Inc. |
4 ;; Copyright (C) 1997, 1998, 1999, 2000 | |
5 ;; National Institute of Advanced Industrial Science and Technology (AIST) | |
6 ;; Registration Number H14PRO021 | |
17083 | 7 |
8 ;; Keywords: multilingual, Lao | |
9 | |
10 ;; This file is part of GNU Emacs. | |
11 | |
12 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
13 ;; it under the terms of the GNU General Public License as published by | |
14 ;; the Free Software Foundation; either version 2, or (at your option) | |
15 ;; any later version. | |
16 | |
17 ;; GNU Emacs is distributed in the hope that it will be useful, | |
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
20 ;; GNU General Public License for more details. | |
21 | |
22 ;; You should have received a copy of the GNU General Public License | |
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
64085 | 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
25 ;; Boston, MA 02110-1301, USA. | |
17083 | 26 |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
36683
diff
changeset
|
27 ;;; Commentary: |
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
36683
diff
changeset
|
28 |
17083 | 29 ;;; Code: |
30 | |
26894 | 31 ;; Setting information of Thai characters. |
32 | |
33 (defconst lao-category-table (make-category-table)) | |
34 (define-category ?c "Lao consonant" lao-category-table) | |
35 (define-category ?s "Lao semi-vowel" lao-category-table) | |
36 (define-category ?v "Lao upper/lower vowel" lao-category-table) | |
37 (define-category ?t "Lao tone" lao-category-table) | |
38 | |
17083 | 39 (let ((l '((?(1!(B consonant "LETTER KOR KAI'" "CHICKEN") |
40 (?(1"(B consonant "LETTER KHOR KHAI'" "EGG") | |
41 (?(1#(B invalid nil) | |
42 (?(1$(B consonant "LETTER QHOR QHWARGN" "BUFFALO") | |
43 (?(1%(B invalid nil) | |
44 (? invalid nil) | |
45 (?(1'(B consonant "LETTER NGOR NGUU" "SNAKE") | |
46 (?(1((B consonant "LETTER JOR JUA" "BUDDHIST NOVICE") | |
47 (?(1)(B invalid nil) | |
48 (?(1*(B consonant "LETTER XOR X\"ARNG" "ELEPHANT") | |
49 (?(1+(B invalid nil) | |
50 (?(1,(B invalid nil) | |
51 (?(1-(B consonant "LETTER YOR YUNG" "MOSQUITO") | |
52 (?(1.(B invalid nil) | |
53 (?(1.(B invalid nil) | |
54 (?(1.(B invalid nil) | |
55 (?(1.(B invalid nil) | |
56 (?(1.(B invalid nil) | |
57 (?(1.(B invalid nil) | |
58 (?(14(B consonant "LETTER DOR DANG" "NOSE") | |
59 (?(15(B consonant "LETTER TOR TAR" "EYE") | |
19271
0caaca9020bc
Set t for Rao-SEMIVOWEL-SIGN-LO in
Kenichi Handa <handa@m17n.org>
parents:
18550
diff
changeset
|
60 (?(16(B consonant "LETTER THOR THUNG" "TO ASK,QUESTION") |
0caaca9020bc
Set t for Rao-SEMIVOWEL-SIGN-LO in
Kenichi Handa <handa@m17n.org>
parents:
18550
diff
changeset
|
61 (?(17(B consonant "LETTER DHOR DHARM" "FLAG") |
17083 | 62 (?(18(B invalid nil) |
63 (?(19(B consonant "LETTER NOR NOK" "BIRD") | |
64 (?(1:(B consonant "LETTER BOR BED" "FISHHOOK") | |
65 (?(1;(B consonant "LETTER POR PAR" "FISH") | |
66 (?(1<(B consonant "LETTER HPOR HPER\"" "BEE") | |
67 (?(1=(B consonant "LETTER FHOR FHAR" "WALL") | |
68 (?(1>(B consonant "LETTER PHOR PHUU" "MOUNTAIN") | |
69 (?(1?(B consonant "LETTER FOR FAI" "FIRE") | |
70 (?(1@(B invalid nil) | |
71 (?(1A(B consonant "LETTER MOR MAR\"" "HORSE") | |
72 (?(1B(B consonant "LETTER GNOR GNAR" "MEDICINE") | |
73 (?(1C(B consonant "LETTER ROR ROD" "CAR") | |
74 (?(1D(B invalid nil) | |
75 (?(1E(B consonant "LETTER LOR LIING" "MONKEY") | |
76 (?(1F(B invalid nil) | |
77 (?(1G(B consonant "LETTER WOR WII" "HAND FAN") | |
78 (?(1H(B invalid nil) | |
79 (?(1I(B invalid nil) | |
80 (?(1J(B consonant "LETTER SOR SEA" "TIGER") | |
81 (?(1K(B consonant "LETTER HHOR HHAI" "JAR") | |
82 (?(1L(B invalid nil) | |
83 (?(1M(B consonant "LETTER OR OOW" "TAKE") | |
84 (?(1N(B consonant "LETTER HOR HEA" "BOAT") | |
85 (?(1O(B special "ELLIPSIS") | |
86 (?(1P(B vowel-base "VOWEL SIGN SARA A") | |
87 (?(1Q(B vowel-upper "VOWEL SIGN MAI KAN") | |
88 (?(1R(B vowel-base "VOWEL SIGN SARA AR") | |
89 (?(1S(B vowel-base "VOWEL SIGN SARA AM") | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48042
diff
changeset
|
90 (?(1T(B vowel-upper "VOWEL SIGN SARA I") |
17083 | 91 (?(1U(B vowel-upper "VOWEL SIGN SARA II") |
92 (?(1V(B vowel-upper "VOWEL SIGN SARA EU") | |
93 (?(1W(B vowel-upper "VOWEL SIGN SARA UR") | |
94 (?(1X(B vowel-lower "VOWEL SIGN SARA U") | |
95 (?(1Y(B vowel-lower "VOWEL SIGN SARA UU") | |
96 (?(1Z(B invalid nil) | |
97 (?(1[(B vowel-upper "VOWEL SIGN MAI KONG") | |
98 (?(1\(B semivowel-lower "SEMIVOWEL SIGN LO") | |
99 (?(1](B vowel-base "SEMIVOWEL SIGN SARA IA") | |
100 (?(1^(B invalid nil) | |
101 (?(1_(B invalid nil) | |
102 (?(1`(B vowel-base "VOWEL SIGN SARA EE") | |
103 (?(1a(B vowel-base "VOWEL SIGN SARA AA") | |
104 (?(1b(B vowel-base "VOWEL SIGN SARA OO") | |
105 (?(1c(B vowel-base "VOWEL SIGN SARA EI MAI MUAN\"") | |
106 (?(1d(B vowel-base "VOWEL SIGN SARA AI MAI MAY") | |
107 (?(1e(B invalid nil) | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48042
diff
changeset
|
108 (?(1f(B special "KO LA (REPETITION)") |
17083 | 109 (?(1g(B invalid nil) |
110 (?(1h(B tone "TONE MAI EK") | |
111 (?(1i(B tone "TONE MAI THO") | |
112 (?(1j(B tone "TONE MAI TI") | |
113 (?(1k(B tone "TONE MAI JADTAWAR") | |
114 (?(1l(B tone "CANCELLATION MARK") | |
115 (?(1m(B vowel-upper "VOWEL SIGN SARA OR") | |
116 (?(1n(B invalid nil) | |
117 (?(1o(B invalid nil) | |
118 (?(1p(B special "DIGIT ZERO") | |
119 (?(1q(B special "DIGIT ONE") | |
120 (?(1r(B special "DIGIT TWO") | |
121 (?(1s(B special "DIGIT THREE") | |
122 (?(1t(B special "DIGIT FOUR") | |
123 (?(1u(B special "DIGIT FIVE") | |
124 (?(1v(B special "DIGIT SIX") | |
125 (?(1w(B special "DIGIT SEVEN") | |
126 (?(1x(B special "DIGIT EIGHT") | |
127 (?(1y(B special "DIGIT NINE") | |
128 (?(1z(B invalid nil) | |
129 (?(1{(B invalid nil) | |
130 (?(1|(B consonant "LETTER NHOR NHUU" "MOUSE") | |
131 (?(1}(B consonant "LETTER MHOR MHAR" "DOG") | |
132 (?(1~(B invalid nil) | |
41890
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
133 ;; Unicode equivalents |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
134 (?$,1D!(B consonant "LETTER KOR KAI'" "CHICKEN") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
135 (?$,1D"(B consonant "LETTER KHOR KHAI'" "EGG") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
136 (?$,1D$(B consonant "LETTER QHOR QHWARGN" "BUFFALO") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
137 (?$,1D'(B consonant "LETTER NGOR NGUU" "SNAKE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
138 (?$,1D((B consonant "LETTER JOR JUA" "BUDDHIST NOVICE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
139 (?$,1D*(B consonant "LETTER XOR X\"ARNG" "ELEPHANT") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
140 (?$,1D-(B consonant "LETTER YOR YUNG" "MOSQUITO") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
141 (?$,1D4(B consonant "LETTER DOR DANG" "NOSE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
142 (?$,1D5(B consonant "LETTER TOR TAR" "EYE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
143 (?$,1D6(B consonant "LETTER THOR THUNG" "TO ASK,QUESTION") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
144 (?$,1D7(B consonant "LETTER DHOR DHARM" "FLAG") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
145 (?$,1D9(B consonant "LETTER NOR NOK" "BIRD") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
146 (?$,1D:(B consonant "LETTER BOR BED" "FISHHOOK") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
147 (?$,1D;(B consonant "LETTER POR PAR" "FISH") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
148 (?$,1D<(B consonant "LETTER HPOR HPER\"" "BEE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
149 (?$,1D=(B consonant "LETTER FHOR FHAR" "WALL") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
150 (?$,1D>(B consonant "LETTER PHOR PHUU" "MOUNTAIN") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
151 (?$,1D?(B consonant "LETTER FOR FAI" "FIRE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
152 (?$,1DA(B consonant "LETTER MOR MAR\"" "HORSE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
153 (?$,1DB(B consonant "LETTER GNOR GNAR" "MEDICINE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
154 (?$,1DC(B consonant "LETTER ROR ROD" "CAR") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
155 (?$,1DE(B consonant "LETTER LOR LIING" "MONKEY") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
156 (?$,1DG(B consonant "LETTER WOR WII" "HAND FAN") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
157 (?$,1DJ(B consonant "LETTER SOR SEA" "TIGER") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
158 (?$,1DK(B consonant "LETTER HHOR HHAI" "JAR") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
159 (?$,1DM(B consonant "LETTER OR OOW" "TAKE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
160 (?$,1DN(B consonant "LETTER HOR HEA" "BOAT") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
161 (?$,1DO(B special "ELLIPSIS") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
162 (?$,1DP(B vowel-base "VOWEL SIGN SARA A") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
163 (?$,1DQ(B vowel-upper "VOWEL SIGN MAI KAN") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
164 (?$,1DR(B vowel-base "VOWEL SIGN SARA AR") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
165 (?$,1DS(B vowel-base "VOWEL SIGN SARA AM") |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
48042
diff
changeset
|
166 (?$,1DT(B vowel-upper "VOWEL SIGN SARA I") |
41890
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
167 (?$,1DU(B vowel-upper "VOWEL SIGN SARA II") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
168 (?$,1DV(B vowel-upper "VOWEL SIGN SARA EU") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
169 (?$,1DW(B vowel-upper "VOWEL SIGN SARA UR") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
170 (?$,1DX(B vowel-lower "VOWEL SIGN SARA U") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
171 (?$,1DY(B vowel-lower "VOWEL SIGN SARA UU") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
172 (?$,1D[(B vowel-upper "VOWEL SIGN MAI KONG") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
173 (?$,1D\(B semivowel-lower "SEMIVOWEL SIGN LO") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
174 (?$,1D](B vowel-base "SEMIVOWEL SIGN SARA IA") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
175 (?$,1D`(B vowel-base "VOWEL SIGN SARA EE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
176 (?$,1Da(B vowel-base "VOWEL SIGN SARA AA") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
177 (?$,1Db(B vowel-base "VOWEL SIGN SARA OO") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
178 (?$,1Dc(B vowel-base "VOWEL SIGN SARA EI MAI MUAN\"") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
179 (?$,1Dd(B vowel-base "VOWEL SIGN SARA AI MAI MAY") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
180 (?$,1Df(B special "KO LA (REPETITION)") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
181 (?$,1Dh(B tone "TONE MAI EK") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
182 (?$,1Di(B tone "TONE MAI THO") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
183 (?$,1Dj(B tone "TONE MAI TI") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
184 (?$,1Dk(B tone "TONE MAI JADTAWAR") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
185 (?$,1Dl(B tone "CANCELLATION MARK") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
186 (?$,1Dm(B vowel-upper "VOWEL SIGN SARA OR") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
187 (?$,1Dp(B special "DIGIT ZERO") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
188 (?$,1Dq(B special "DIGIT ONE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
189 (?$,1Dr(B special "DIGIT TWO") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
190 (?$,1Ds(B special "DIGIT THREE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
191 (?$,1Dt(B special "DIGIT FOUR") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
192 (?$,1Du(B special "DIGIT FIVE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
193 (?$,1Dv(B special "DIGIT SIX") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
194 (?$,1Dw(B special "DIGIT SEVEN") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
195 (?$,1Dx(B special "DIGIT EIGHT") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
196 (?$,1Dy(B special "DIGIT NINE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
197 (?$,1D|(B consonant "LETTER NHOR NHUU" "MOUSE") |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
198 (?$,1D}(B consonant "LETTER MHOR MHAR" "DOG"))) |
17083 | 199 elm) |
200 (while l | |
26894 | 201 (setq elm (car l) l (cdr l)) |
202 (let ((char (car elm)) | |
203 (ptype (nth 1 elm))) | |
204 (cond ((eq ptype 'consonant) | |
205 (modify-category-entry char ?c lao-category-table)) | |
206 ((memq ptype '(vowel-upper vowel-lower)) | |
207 (modify-category-entry char ?v lao-category-table)) | |
208 ((eq ptype 'semivowel-lower) | |
209 (modify-category-entry char ?s lao-category-table)) | |
210 ((eq ptype 'tone) | |
211 (modify-category-entry char ?t lao-category-table))) | |
212 (put-char-code-property char 'phonetic-type ptype) | |
213 (put-char-code-property char 'name (nth 2 elm)) | |
214 (put-char-code-property char 'meaning (nth 3 elm))))) | |
215 | |
216 ;; The general composing rules are as follows: | |
217 ;; | |
218 ;; T | |
219 ;; V T V T | |
220 ;; CV -> C, CT -> C, CVT -> C, Cv -> C, CvT -> C | |
221 ;; v v | |
222 ;; T | |
223 ;; V T V T | |
224 ;; CsV -> C, CsT -> C, CsVT -> C, Csv -> C, CvT -> C | |
225 ;; s s s s s | |
226 ;; v v | |
227 | |
228 | |
229 ;; where C: consonant, V: vowel upper, v: vowel lower, | |
230 ;; T: tone mark, s: semivowel lower | |
231 | |
232 (defvar lao-composition-pattern | |
233 "\\cc\\(\\ct\\|\\cv\\ct?\\|\\cs\\(\\ct\\|\\cv\\ct?\\)?\\)" | |
234 "Regular expression matching a Lao composite sequence.") | |
235 | |
236 ;;;###autoload | |
237 (defun lao-compose-string (str) | |
238 (with-category-table lao-category-table | |
239 (let ((idx 0)) | |
240 (while (setq idx (string-match lao-composition-pattern str idx)) | |
241 (compose-string str idx (match-end 0)) | |
242 (setq idx (match-end 0)))) | |
243 str)) | |
244 | |
245 ;;; LRT: Lao <-> Roman Transcription | |
246 | |
247 ;; Upper vowels and tone-marks are put on the letter. | |
248 ;; Semi-vowel-sign-lo and lower vowels are put under the letter. | |
249 | |
250 (defconst lao-transcription-consonant-alist | |
251 (sort '(;; single consonants | |
252 ("k" . "(1!(B") | |
253 ("kh" . "(1"(B") | |
254 ("qh" . "(1$(B") | |
255 ("ng" . "(1'(B") | |
256 ("j" . "(1((B") | |
257 ("s" . "(1J(B") | |
258 ("x" . "(1*(B") | |
259 ("y" . "(1-(B") | |
260 ("d" . "(14(B") | |
261 ("t" . "(15(B") | |
262 ("th" . "(16(B") | |
263 ("dh" . "(17(B") | |
264 ("n" . "(19(B") | |
265 ("b" . "(1:(B") | |
266 ("p" . "(1;(B") | |
267 ("hp" . "(1<(B") | |
268 ("fh" . "(1=(B") | |
269 ("ph" . "(1>(B") | |
270 ("f" . "(1?(B") | |
271 ("m" . "(1A(B") | |
272 ("gn" . "(1B(B") | |
273 ("l" . "(1E(B") | |
274 ("r" . "(1C(B") | |
275 ("v" . "(1G(B") | |
276 ("w" . "(1G(B") | |
277 ("hh" . "(1K(B") | |
278 ("O" . "(1M(B") | |
279 ("h" . "(1N(B") | |
280 ("nh" . "(1|(B") | |
281 ("mh" . "(1}(B") | |
282 ("lh" . ["(1K\(B"]) | |
283 ;; double consonants | |
284 ("ngh" . ["(1K'(B"]) | |
285 ("yh" . ["(1K](B"]) | |
286 ("wh" . ["(1KG(B"]) | |
287 ("hl" . ["(1KE(B"]) | |
288 ("hy" . ["(1K-(B"]) | |
289 ("hn" . ["(1K9(B"]) | |
290 ("hm" . ["(1KA(B"]) | |
291 ) | |
292 (function (lambda (x y) (> (length (car x)) (length (car y))))))) | |
293 | |
294 (defconst lao-transcription-semi-vowel-alist | |
295 '(("r" . "(1\(B"))) | |
296 | |
297 (defconst lao-transcription-vowel-alist | |
298 (sort '(("a" . "(1P(B") | |
299 ("ar" . "(1R(B") | |
300 ("i" . "(1T(B") | |
301 ("ii" . "(1U(B") | |
302 ("eu" . "(1V(B") | |
303 ("ur" . "(1W(B") | |
304 ("u" . "(1X(B") | |
305 ("uu" . "(1Y(B") | |
306 ("e" . ["(1`P(B"]) | |
307 ("ee" . "(1`(B") | |
308 ("ae" . ["(1aP(B"]) | |
309 ("aa" . "(1a(B") | |
310 ("o" . ["(1bP(B"]) | |
311 ("oo" . "(1b(B") | |
312 ("oe" . ["(1`RP(B"]) | |
313 ("or" . "(1m(B") | |
314 ("er" . ["(1`T(B"]) | |
315 ("ir" . ["(1`U(B"]) | |
316 ("ua" . ["(1[GP(B"]) | |
317 ("uaa" . ["(1[G(B"]) | |
318 ("ie" . ["(1`Q]P(B"]) | |
319 ("ia" . ["(1`Q](B"]) | |
320 ("ea" . ["(1`VM(B"]) | |
321 ("eaa" . ["(1`WM(B"]) | |
322 ("ai" . "(1d(B") | |
323 ("ei" . "(1c(B") | |
324 ("ao" . ["(1`[R(B"]) | |
325 ("aM" . "(1S(B")) | |
326 (function (lambda (x y) (> (length (car x)) (length (car y))))))) | |
327 | |
328 ;; Maa-sakod is put at the tail. | |
329 (defconst lao-transcription-maa-sakod-alist | |
330 '(("k" . "(1!(B") | |
331 ("g" . "(1'(B") | |
332 ("y" . "(1-(B") | |
333 ("d" . "(14(B") | |
334 ("n" . "(19(B") | |
335 ("b" . "(1:(B") | |
336 ("m" . "(1A(B") | |
337 ("v" . "(1G(B") | |
338 ("w" . "(1G(B") | |
339 )) | |
340 | |
341 (defconst lao-transcription-tone-alist | |
342 '(("'" . "(1h(B") | |
343 ("\"" . "(1i(B") | |
344 ("^" . "(1j(B") | |
345 ("+" . "(1k(B") | |
346 ("~" . "(1l(B"))) | |
347 | |
348 (defconst lao-transcription-punctuation-alist | |
349 '(("\\0" . "(1p(B") | |
350 ("\\1" . "(1q(B") | |
351 ("\\2" . "(1r(B") | |
352 ("\\3" . "(1s(B") | |
353 ("\\4" . "(1t(B") | |
354 ("\\5" . "(1u(B") | |
355 ("\\6" . "(1v(B") | |
356 ("\\7" . "(1w(B") | |
357 ("\\8" . "(1x(B") | |
358 ("\\9" . "(1y(B") | |
359 ("\\\\" . "(1f(B") | |
360 ("\\$" . "(1O(B"))) | |
361 | |
362 (defconst lao-transcription-pattern | |
363 (concat | |
364 "\\(" | |
365 (mapconcat 'car lao-transcription-consonant-alist "\\|") | |
366 "\\)\\(" | |
367 (mapconcat 'car lao-transcription-semi-vowel-alist "\\|") | |
368 "\\)?\\(\\(" | |
369 (mapconcat 'car lao-transcription-vowel-alist "\\|") | |
370 "\\)\\(" | |
371 (mapconcat 'car lao-transcription-maa-sakod-alist "\\|") | |
372 "\\)?\\(" | |
373 (mapconcat (lambda (x) (regexp-quote (car x))) | |
374 lao-transcription-tone-alist "\\|") | |
375 "\\)?\\)?\\|" | |
376 (mapconcat (lambda (x) (regexp-quote (car x))) | |
377 lao-transcription-punctuation-alist "\\|") | |
378 ) | |
379 "Regexp of Roman transcription pattern for one Lao syllable.") | |
380 | |
381 (defconst lao-transcription-pattern | |
382 (concat | |
383 "\\(" | |
384 (regexp-opt (mapcar 'car lao-transcription-consonant-alist)) | |
385 "\\)\\(" | |
386 (regexp-opt (mapcar 'car lao-transcription-semi-vowel-alist)) | |
387 "\\)?\\(\\(" | |
388 (regexp-opt (mapcar 'car lao-transcription-vowel-alist)) | |
389 "\\)\\(" | |
390 (regexp-opt (mapcar 'car lao-transcription-maa-sakod-alist)) | |
391 "\\)?\\(" | |
392 (regexp-opt (mapcar 'car lao-transcription-tone-alist)) | |
393 "\\)?\\)?\\|" | |
394 (regexp-opt (mapcar 'car lao-transcription-punctuation-alist)) | |
395 ) | |
396 "Regexp of Roman transcription pattern for one Lao syllable.") | |
397 | |
398 (defconst lao-vowel-reordering-rule | |
399 '(("(1P(B" (0 ?(1P(B) (0 ?(1Q(B)) | |
400 ("(1R(B" (0 ?(1R(B)) | |
401 ("(1T(B" (0 ?(1U(B)) | |
402 ("(1U(B" (0 ?(1U(B)) | |
403 ("(1V(B" (0 ?(1V(B)) | |
404 ("(1W(B" (0 ?(1W(B)) | |
405 ("(1X(B" (0 ?(1X(B)) | |
406 ("(1Y(B" (0 ?(1Y(B)) | |
407 ("(1`P(B" (?(1`(B 0 ?(1P(B) (?(1`(B 0 ?(1Q(B)) | |
408 ("(1`(B" (?(1`(B 0)) | |
409 ("(1aP(B" (?(1a(B 0 ?(1P(B) (?(1a(B 0 ?(1Q(B)) | |
410 ("(1a(B" (?(1a(B 0)) | |
411 ("(1bP(B" (?(1b(B 0 ?(1P(B) (0 ?(1[(B) (?(1-(B ?(1b(B 0 ?(1Q(B) (?(1G(B ?(1b(B 0 ?(1Q(B)) | |
412 ("(1b(B" (?(1b(B 0)) | |
413 ("(1`RP(B" (?(1`(B 0 ?(1R(B ?(1P(B) (0 ?(1Q(B ?(1M(B)) | |
414 ("(1m(B" (0 ?(1m(B) (0 ?(1M(B)) | |
415 ("(1`T(B" (?(1`(B 0 ?(1T(B)) | |
416 ("(1`U(B" (?(1`(B 0 ?(1U(B)) | |
417 ("(1[GP(B" (0 ?(1[(B ?(1G(B ?(1P(B) (0 ?(1Q(B ?(1G(B)) | |
418 ("(1[G(B" (0 ?(1[(B ?(1G(B) (0 ?(1G(B)) | |
419 ("(1`Q]P(B" (?(1`(B 0 ?(1Q(B ?(1](B ?(1P(B) (0 ?(1Q(B ?(1](B)) | |
420 ("(1`Q](B" (?(1`(B 0 ?(1Q(B ?(1](B) (0 ?(1](B)) | |
421 ("(1`VM(B" (?(1`(B 0 ?(1V(B ?(1M(B)) | |
422 ("(1`WM(B" (?(1`(B 0 ?(1W(B ?(1M(B)) | |
423 ("(1d(B" (?(1d(B 0)) | |
424 ("(1c(B" (?(1c(B 0)) | |
425 ("(1`[R(B" (?(1`(B 0 ?(1[(B ?(1R(B)) | |
41890
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
426 ("(1S(B" (0 ?(1S(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
427 |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
428 ;; Unicode equivalents |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
429 ("$,1DP(B" (0 ?$,1DP(B) (0 ?$,1DQ(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
430 ("$,1DR(B" (0 ?$,1DR(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
431 ("$,1DT(B" (0 ?$,1DU(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
432 ("$,1DU(B" (0 ?$,1DU(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
433 ("$,1DV(B" (0 ?$,1DV(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
434 ("$,1DW(B" (0 ?$,1DW(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
435 ("$,1DX(B" (0 ?$,1DX(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
436 ("$,1DY(B" (0 ?$,1DY(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
437 ("$,1D`DP(B" (?$,1D`(B 0 ?$,1DP(B) (?$,1D`(B 0 ?$,1DQ(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
438 ("$,1D`(B" (?$,1D`(B 0)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
439 ("$,1DaDP(B" (?$,1Da(B 0 ?$,1DP(B) (?$,1Da(B 0 ?$,1DQ(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
440 ("$,1Da(B" (?$,1Da(B 0)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
441 ("$,1DbDP(B" (?$,1Db(B 0 ?$,1DP(B) (0 ?$,1D[(B) (?$,1D-(B ?$,1Db(B 0 ?$,1DQ(B) (?$,1DG(B ?$,1Db(B 0 ?$,1DQ(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
442 ("$,1Db(B" (?$,1Db(B 0)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
443 ("$,1D`DRDP(B" (?$,1D`(B 0 ?$,1DR(B ?$,1DP(B) (0 ?$,1DQ(B ?$,1DM(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
444 ("$,1Dm(B" (0 ?$,1Dm(B) (0 ?$,1DM(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
445 ("$,1D`DT(B" (?$,1D`(B 0 ?$,1DT(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
446 ("$,1D`DU(B" (?$,1D`(B 0 ?$,1DU(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
447 ("$,1D[DGDP(B" (0 ?$,1D[(B ?$,1DG(B ?$,1DP(B) (0 ?$,1DQ(B ?$,1DG(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
448 ("$,1D[DG(B" (0 ?$,1D[(B ?$,1DG(B) (0 ?$,1DG(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
449 ("$,1D`DQD]DP(B" (?$,1D`(B 0 ?$,1DQ(B ?$,1D](B ?$,1DP(B) (0 ?$,1DQ(B ?$,1D](B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
450 ("$,1D`DQD](B" (?$,1D`(B 0 ?$,1DQ(B ?$,1D](B) (0 ?$,1D](B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
451 ("$,1D`DVDM(B" (?$,1D`(B 0 ?$,1DV(B ?$,1DM(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
452 ("$,1D`DWDM(B" (?$,1D`(B 0 ?$,1DW(B ?$,1DM(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
453 ("$,1Dd(B" (?$,1Dd(B 0)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
454 ("$,1Dc(B" (?$,1Dc(B 0)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
455 ("$,1D`D[DR(B" (?$,1D`(B 0 ?$,1D[(B ?$,1DR(B)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
456 ("$,1DS(B" (0 ?$,1DS(B))) |
26894 | 457 "Alist of Lao vowel string vs the corresponding re-ordering rule. |
458 Each element has this form: | |
459 (VOWEL NO-MAA-SAKOD-RULE WITH-MAA-SAKOD-RULE (MAA-SAKOD-0 RULE-0) ...) | |
460 | |
461 VOWEL is a vowel string (e.g. \"(1`Q]P(B\"). | |
462 | |
463 NO-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL following a | |
464 consonant. It is a list vowel characters or 0. The element 0 | |
465 indicate the place to embed a consonant. | |
466 | |
467 Optional WITH-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL | |
468 follwoing a consonant and preceding a maa-sakod character. If it is | |
469 nil, NO-MAA-SAKOD-RULE is used. The maa-sakod character is alwasy | |
470 appended at the tail. | |
471 | |
472 For instance, rule `(\"(1`WM(B\" (?(1`(B t ?(1W(B ?(1M(B))' tells that this vowel | |
473 string following a consonant `(1!(B' should be re-ordered as \"(1`!WM(B\". | |
474 | |
475 Optional (MAA-SAKOD-n RULE-n) are rules specially applied to maa-sakod | |
476 character MAA-SAKOD-n.") | |
477 | |
478 ;;;###autoload | |
479 (defun lao-transcribe-single-roman-syllable-to-lao (from to &optional str) | |
480 "Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string. | |
481 Only the first syllable is transcribed. | |
482 The value has the form: (START END LAO-STRING), where | |
483 START and END are the beggining and end positions of the Roman Lao syllable, | |
484 LAO-STRING is the Lao character transcription of it. | |
485 | |
486 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao | |
487 syllable. In that case, FROM and TO are indexes to STR." | |
488 (if str | |
489 (if (setq from (string-match lao-transcription-pattern str from)) | |
490 (progn | |
491 (if (>= from to) | |
492 (setq from nil) | |
493 (setq to (match-end 0))))) | |
494 (save-excursion | |
495 (goto-char from) | |
496 (if (setq to (re-search-forward lao-transcription-pattern to t)) | |
497 (setq from (match-beginning 0)) | |
498 (setq from nil)))) | |
499 (if from | |
500 (let* ((consonant (match-string 1 str)) | |
501 (semivowel (match-string 3 str)) | |
502 (vowel (match-string 5 str)) | |
503 (maa-sakod (match-string 8 str)) | |
504 (tone (match-string 9 str)) | |
505 lao-consonant lao-semivowel lao-vowel lao-maa-sakod lao-tone | |
506 clen cidx) | |
507 (setq to (match-end 0)) | |
508 (if (not consonant) | |
509 (setq str (cdr (assoc (match-string 0 str) | |
510 lao-transcription-punctuation-alist))) | |
511 (setq lao-consonant | |
512 (cdr (assoc consonant lao-transcription-consonant-alist))) | |
513 (if (vectorp lao-consonant) | |
514 (setq lao-consonant (aref lao-consonant 0))) | |
515 (setq clen (length lao-consonant)) | |
516 (if semivowel | |
517 ;; Include semivowel in STR. | |
518 (setq lao-semivowel | |
519 (cdr (assoc semivowel lao-transcription-semi-vowel-alist)) | |
520 str (if (= clen 1) | |
521 (concat lao-consonant lao-semivowel) | |
522 (concat (substring lao-consonant 0 1) lao-semivowel | |
523 (substring lao-consonant 1)))) | |
524 (setq str lao-consonant)) | |
525 (if vowel | |
526 (let (rule) | |
527 (setq lao-vowel | |
528 (cdr (assoc vowel lao-transcription-vowel-alist))) | |
529 (if (vectorp lao-vowel) | |
530 (setq lao-vowel (aref lao-vowel 0))) | |
531 (setq rule (assoc lao-vowel lao-vowel-reordering-rule)) | |
532 (if (null maa-sakod) | |
533 (setq rule (nth 1 rule)) | |
534 (setq lao-maa-sakod | |
535 (cdr (assoc maa-sakod lao-transcription-maa-sakod-alist)) | |
536 rule | |
537 (or (cdr (assq (aref lao-maa-sakod 0) (nthcdr 2 rule))) | |
538 (nth 2 rule) | |
539 (nth 1 rule)))) | |
540 (or rule | |
541 (error "Lao vowel %S has no re-ordering rule" lao-vowel)) | |
542 (setq lao-consonant str str "") | |
543 (while rule | |
544 (if (= (car rule) 0) | |
545 (setq str (concat str lao-consonant) | |
546 cidx (length str)) | |
547 (setq str (concat str (list (car rule))))) | |
548 (setq rule (cdr rule))) | |
549 (or cidx | |
550 (error "Lao vowel %S has malformed re-ordering rule" vowel)) | |
551 ;; Set CIDX to after upper or lower vowel if any. | |
552 (let ((len (length str))) | |
553 (while (and (< cidx len) | |
554 (memq (get-char-code-property (aref str cidx) | |
555 'phonetic-type) | |
556 '(vowel-lower vowel-upper))) | |
557 (setq cidx (1+ cidx)))) | |
558 (if lao-maa-sakod | |
559 (setq str (concat str lao-maa-sakod))) | |
560 (if tone | |
561 (setq lao-tone | |
562 (cdr (assoc tone lao-transcription-tone-alist)) | |
563 str (concat (substring str 0 cidx) lao-tone | |
564 (substring str cidx))))))) | |
565 (list from to (lao-compose-string str))))) | |
566 | |
567 ;;;###autoload | |
568 (defun lao-transcribe-roman-to-lao-string (str) | |
569 "Transcribe Romanized Lao string STR to Lao character string." | |
570 (let ((from 0) | |
571 (to (length str)) | |
572 (lao-str "") | |
573 val) | |
574 (while (setq val (lao-transcribe-single-roman-syllable-to-lao from to str)) | |
575 (let ((start (car val)) | |
576 (end (nth 1 val)) | |
577 (lao (nth 2 val))) | |
578 (if (> start from) | |
579 (setq lao-str (concat lao-str (substring str from start) lao)) | |
580 (setq lao-str (concat lao-str lao))) | |
581 (setq from end))) | |
582 (if (< from to) | |
583 (concat lao-str (substring str from to)) | |
584 lao-str))) | |
585 | |
586 ;;;###autoload | |
41890
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
587 (defun lao-post-read-conversion (len) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
588 (lao-compose-region (point) (+ (point) len)) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
589 len) |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
590 |
fc0965c8ee87
Add Unicode equivalents for rules.
Dave Love <fx@gnu.org>
parents:
38414
diff
changeset
|
591 ;;;###autoload |
26894 | 592 (defun lao-composition-function (from to pattern &optional string) |
593 "Compose Lao text in the region FROM and TO. | |
594 The text matches the regular expression PATTERN. | |
595 Optional 4th argument STRING, if non-nil, is a string containing text | |
596 to compose. | |
597 | |
598 The return value is number of composed characters." | |
599 (if (< (1+ from) to) | |
48042
7480394b28f4
(lao-composition-function): Don't use prog1.
Dave Love <fx@gnu.org>
parents:
41890
diff
changeset
|
600 (progn |
26894 | 601 (if string |
29361
a459df8781d0
(lao-composition-function): Fix args to compose-string.
Kenichi Handa <handa@m17n.org>
parents:
28906
diff
changeset
|
602 (compose-string string from to) |
26894 | 603 (compose-region from to)) |
604 (- to from)))) | |
17083 | 605 |
28791
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
606 ;;;###autoload |
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
607 (defun lao-compose-region (from to) |
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
608 (interactive "r") |
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
609 (save-restriction |
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
610 (narrow-to-region from to) |
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
611 (goto-char (point-min)) |
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
612 (with-category-table lao-category-table |
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
613 (while (re-search-forward lao-composition-pattern nil t) |
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
614 (compose-region (match-beginning 0) (point)))))) |
bdf7581eb093
(lao-compose-region): New function.
Kenichi Handa <handa@m17n.org>
parents:
26894
diff
changeset
|
615 |
17083 | 616 ;; |
18309
bd8b521f5218
Provide XXX-util instead of
Kenichi Handa <handa@m17n.org>
parents:
18203
diff
changeset
|
617 (provide 'lao-util) |
17083 | 618 |
52401 | 619 ;;; arch-tag: 1f828781-3cb8-4695-88af-8f33222338ce |
17083 | 620 ;;; lao-util.el ends here |