1 ;;; lao-util.el --- utilities for Lao -*- coding: utf-8; -*-
3 ;; Copyright (C) 2001-2016 Free Software Foundation, Inc.
4 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
5 ;; 2007, 2008, 2009, 2010, 2011
6 ;; National Institute of Advanced Industrial Science and Technology (AIST)
7 ;; Registration Number H14PRO021
9 ;; National Institute of Advanced Industrial Science and Technology (AIST)
10 ;; Registration Number H13PRO009
12 ;; Keywords: multilingual, Lao, i18n
14 ;; This file is part of GNU Emacs.
16 ;; GNU Emacs is free software: you can redistribute it and/or modify
17 ;; it under the terms of the GNU General Public License as published by
18 ;; the Free Software Foundation, either version 3 of the License, or
19 ;; (at your option) any later version.
21 ;; GNU Emacs is distributed in the hope that it will be useful,
22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 ;; GNU General Public License for more details.
26 ;; You should have received a copy of the GNU General Public License
27 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
33 ;; Setting information of Thai characters.
35 (defconst lao-category-table
(make-category-table))
36 (define-category ?c
"Lao consonant" lao-category-table
)
37 (define-category ?s
"Lao semi-vowel" lao-category-table
)
38 (define-category ?v
"Lao upper/lower vowel" lao-category-table
)
39 (define-category ?t
"Lao tone" lao-category-table
)
41 (let ((l '((?ກ consonant
"LETTER KOR KAI'" "CHICKEN")
42 (?ຂ consonant
"LETTER KHOR KHAI'" "EGG")
44 (?ຄ consonant
"LETTER QHOR QHWARGN" "BUFFALO")
47 (?ງ consonant
"LETTER NGOR NGUU" "SNAKE")
48 (?ຈ consonant
"LETTER JOR JUA" "BUDDHIST NOVICE")
50 (?ຊ consonant
"LETTER XOR X\"ARNG" "ELEPHANT")
53 (?ຍ consonant
"LETTER YOR YUNG" "MOSQUITO")
60 (?ດ consonant
"LETTER DOR DANG" "NOSE")
61 (?ຕ consonant
"LETTER TOR TAR" "EYE")
62 (?ຖ consonant
"LETTER THOR THUNG" "TO ASK,QUESTION")
63 (?ທ consonant
"LETTER DHOR DHARM" "FLAG")
65 (?ນ consonant
"LETTER NOR NOK" "BIRD")
66 (?ບ consonant
"LETTER BOR BED" "FISHHOOK")
67 (?ປ consonant
"LETTER POR PAR" "FISH")
68 (?ຜ consonant
"LETTER HPOR HPER\"" "BEE")
69 (?ຝ consonant
"LETTER FHOR FHAR" "WALL")
70 (?ພ consonant
"LETTER PHOR PHUU" "MOUNTAIN")
71 (?ຟ consonant
"LETTER FOR FAI" "FIRE")
73 (?ມ consonant
"LETTER MOR MAR\"" "HORSE")
74 (?ຢ consonant
"LETTER GNOR GNAR" "MEDICINE")
75 (?ຣ consonant
"LETTER ROR ROD" "CAR")
77 (?ລ consonant
"LETTER LOR LIING" "MONKEY")
79 (?ວ consonant
"LETTER WOR WII" "HAND FAN")
82 (?ສ consonant
"LETTER SOR SEA" "TIGER")
83 (?ຫ consonant
"LETTER HHOR HHAI" "JAR")
85 (?ອ consonant
"LETTER OR OOW" "TAKE")
86 (?ຮ consonant
"LETTER HOR HEA" "BOAT")
87 (?ຯ special
"ELLIPSIS")
88 (?ະ vowel-base
"VOWEL SIGN SARA A")
89 (?ັ vowel-upper
"VOWEL SIGN MAI KAN")
90 (?າ vowel-base
"VOWEL SIGN SARA AR")
91 (?ຳ vowel-base
"VOWEL SIGN SARA AM")
92 (?ິ vowel-upper
"VOWEL SIGN SARA I")
93 (?ີ vowel-upper
"VOWEL SIGN SARA II")
94 (?ຶ vowel-upper
"VOWEL SIGN SARA EU")
95 (?ື vowel-upper
"VOWEL SIGN SARA UR")
96 (?ຸ vowel-lower
"VOWEL SIGN SARA U")
97 (?ູ vowel-lower
"VOWEL SIGN SARA UU")
99 (?ົ vowel-upper
"VOWEL SIGN MAI KONG")
100 (?ຼ semivowel-lower
"SEMIVOWEL SIGN LO")
101 (?ຽ vowel-base
"SEMIVOWEL SIGN SARA IA")
104 (?ເ vowel-base
"VOWEL SIGN SARA EE")
105 (?ແ vowel-base
"VOWEL SIGN SARA AA")
106 (?ໂ vowel-base
"VOWEL SIGN SARA OO")
107 (?ໃ vowel-base
"VOWEL SIGN SARA EI MAI MUAN\"")
108 (?ໄ vowel-base
"VOWEL SIGN SARA AI MAI MAY")
110 (?ໆ special
"KO LA (REPETITION)")
112 (?່ tone
"TONE MAI EK")
113 (?້ tone
"TONE MAI THO")
114 (?໊ tone
"TONE MAI TI")
115 (?໋ tone
"TONE MAI JADTAWAR")
116 (?໌ tone
"CANCELLATION MARK")
117 (?ໍ vowel-upper
"VOWEL SIGN SARA OR")
120 (?໐ special
"DIGIT ZERO")
121 (?໑ special
"DIGIT ONE")
122 (?໒ special
"DIGIT TWO")
123 (?໓ special
"DIGIT THREE")
124 (?໔ special
"DIGIT FOUR")
125 (?໕ special
"DIGIT FIVE")
126 (?໖ special
"DIGIT SIX")
127 (?໗ special
"DIGIT SEVEN")
128 (?໘ special
"DIGIT EIGHT")
129 (?໙ special
"DIGIT NINE")
132 (?ໜ consonant
"LETTER NHOR NHUU" "MOUSE")
133 (?ໝ consonant
"LETTER MHOR MHAR" "DOG")
137 (setq elm
(car l
) l
(cdr l
))
138 (let ((char (car elm
))
140 (cond ((eq ptype
'consonant
)
141 (modify-category-entry char ?c lao-category-table
))
142 ((memq ptype
'(vowel-upper vowel-lower
))
143 (modify-category-entry char ?v lao-category-table
))
144 ((eq ptype
'semivowel-lower
)
145 (modify-category-entry char ?s lao-category-table
))
147 (modify-category-entry char ?t lao-category-table
)))
148 (put-char-code-property char
'phonetic-type ptype
)
149 (put-char-code-property char
'name
(nth 2 elm
))
150 (put-char-code-property char
'meaning
(nth 3 elm
)))))
152 ;; The general composing rules are as follows:
156 ;; CV -> C, CT -> C, CVT -> C, Cv -> C, CvT -> C
160 ;; CsV -> C, CsT -> C, CsVT -> C, Csv -> C, CsvT -> C
165 ;; where C: consonant, V: vowel upper, v: vowel lower,
166 ;; T: tone mark, s: semivowel lower
168 (defvar lao-composition-pattern
169 "\\cc\\(\\ct\\|\\cv\\ct?\\|\\cs\\(\\ct\\|\\cv\\ct?\\)?\\)"
170 "Regular expression matching a Lao composite sequence.")
173 (defun lao-compose-string (str)
174 (with-category-table lao-category-table
176 (while (setq idx
(string-match lao-composition-pattern str idx
))
177 (compose-string str idx
(match-end 0))
178 (setq idx
(match-end 0))))
181 ;;; LRT: Lao <-> Roman Transcription
183 ;; Upper vowels and tone-marks are put on the letter.
184 ;; Semi-vowel-sign-lo and lower vowels are put under the letter.
186 (defconst lao-transcription-consonant-alist
187 (sort '(;; single consonants
228 (function (lambda (x y
) (> (length (car x
)) (length (car y
)))))))
230 (defconst lao-transcription-semi-vowel-alist
233 (defconst lao-transcription-vowel-alist
262 (function (lambda (x y
) (> (length (car x
)) (length (car y
)))))))
264 ;; Maa-sakod is put at the tail.
265 (defconst lao-transcription-maa-sakod-alist
277 (defconst lao-transcription-tone-alist
284 (defconst lao-transcription-punctuation-alist
298 (defconst lao-transcription-pattern
301 (mapconcat 'car lao-transcription-consonant-alist
"\\|")
303 (mapconcat 'car lao-transcription-semi-vowel-alist
"\\|")
305 (mapconcat 'car lao-transcription-vowel-alist
"\\|")
307 (mapconcat 'car lao-transcription-maa-sakod-alist
"\\|")
309 (mapconcat (lambda (x) (regexp-quote (car x
)))
310 lao-transcription-tone-alist
"\\|")
312 (mapconcat (lambda (x) (regexp-quote (car x
)))
313 lao-transcription-punctuation-alist
"\\|")
315 "Regexp of Roman transcription pattern for one Lao syllable.")
317 (defconst lao-transcription-pattern
320 (regexp-opt (mapcar 'car lao-transcription-consonant-alist
))
322 (regexp-opt (mapcar 'car lao-transcription-semi-vowel-alist
))
324 (regexp-opt (mapcar 'car lao-transcription-vowel-alist
))
326 (regexp-opt (mapcar 'car lao-transcription-maa-sakod-alist
))
328 (regexp-opt (mapcar 'car lao-transcription-tone-alist
))
330 (regexp-opt (mapcar 'car lao-transcription-punctuation-alist
))
332 "Regexp of Roman transcription pattern for one Lao syllable.")
334 (defconst lao-vowel-reordering-rule
335 '(("ະ" (0 ?ະ
) (0 ?ັ
))
343 ("ເະ" (?ເ
0 ?ະ
) (?ເ
0 ?ັ
))
345 ("ແະ" (?ແ
0 ?ະ
) (?ແ
0 ?ັ
))
347 ("ໂະ" (?ໂ
0 ?ະ
) (0 ?ົ
) (?ຍ ?ໂ
0 ?ັ
) (?ວ ?ໂ
0 ?ັ
))
349 ("ເາະ" (?ເ
0 ?າ ?ະ
) (0 ?ັ ?ອ
))
353 ("ົວະ" (0 ?ົ ?ວ ?ະ
) (0 ?ັ ?ວ
))
354 ("ົວ" (0 ?ົ ?ວ
) (0 ?ວ
))
355 ("ເັຽະ" (?ເ
0 ?ັ ?ຽ ?ະ
) (0 ?ັ ?ຽ
))
356 ("ເັຽ" (?ເ
0 ?ັ ?ຽ
) (0 ?ຽ
))
363 "Alist of Lao vowel string vs the corresponding re-ordering rule.
364 Each element has this form:
365 (VOWEL NO-MAA-SAKOD-RULE WITH-MAA-SAKOD-RULE (MAA-SAKOD-0 RULE-0) ...)
367 VOWEL is a vowel string (e.g. \"ເັຽະ\").
369 NO-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL following a
370 consonant. It is a list vowel characters or 0. The element 0
371 indicate the place to embed a consonant.
373 Optional WITH-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL
374 following a consonant and preceding a maa-sakod character. If it is
375 nil, NO-MAA-SAKOD-RULE is used. The maa-sakod character is always
376 appended at the tail.
378 For instance, rule `(\"ເືອ\" (?ເ t ?ື ?ອ))' tells that this vowel
379 string following a consonant `ກ' should be re-ordered as \"ເກືອ\".
381 Optional (MAA-SAKOD-n RULE-n) are rules specially applied to maa-sakod
382 character MAA-SAKOD-n.")
385 (defun lao-transcribe-single-roman-syllable-to-lao (from to
&optional str
)
386 "Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
387 Only the first syllable is transcribed.
388 The value has the form: (START END LAO-STRING), where
389 START and END are the beginning and end positions of the Roman Lao syllable,
390 LAO-STRING is the Lao character transcription of it.
392 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
393 syllable. In that case, FROM and TO are indexes to STR."
395 (if (setq from
(string-match lao-transcription-pattern str from
))
399 (setq to
(match-end 0)))))
402 (if (setq to
(re-search-forward lao-transcription-pattern to t
))
403 (setq from
(match-beginning 0))
406 (let* ((consonant (match-string 1 str
))
407 (semivowel (match-string 3 str
))
408 (vowel (match-string 5 str
))
409 (maa-sakod (match-string 8 str
))
410 (tone (match-string 9 str
))
411 lao-consonant lao-semivowel lao-vowel lao-maa-sakod lao-tone
413 (setq to
(match-end 0))
415 (setq str
(cdr (assoc (match-string 0 str
)
416 lao-transcription-punctuation-alist
)))
418 (cdr (assoc consonant lao-transcription-consonant-alist
)))
419 (if (vectorp lao-consonant
)
420 (setq lao-consonant
(aref lao-consonant
0)))
421 (setq clen
(length lao-consonant
))
423 ;; Include semivowel in STR.
425 (cdr (assoc semivowel lao-transcription-semi-vowel-alist
))
427 (concat lao-consonant lao-semivowel
)
428 (concat (substring lao-consonant
0 1) lao-semivowel
429 (substring lao-consonant
1))))
430 (setq str lao-consonant
))
434 (cdr (assoc vowel lao-transcription-vowel-alist
)))
435 (if (vectorp lao-vowel
)
436 (setq lao-vowel
(aref lao-vowel
0)))
437 (setq rule
(assoc lao-vowel lao-vowel-reordering-rule
))
439 (setq rule
(nth 1 rule
))
441 (cdr (assoc maa-sakod lao-transcription-maa-sakod-alist
))
443 (or (cdr (assq (aref lao-maa-sakod
0) (nthcdr 2 rule
)))
447 (error "Lao vowel %S has no re-ordering rule" lao-vowel
))
448 (setq lao-consonant str str
"")
451 (setq str
(concat str lao-consonant
)
453 (setq str
(concat str
(list (car rule
)))))
454 (setq rule
(cdr rule
)))
456 (error "Lao vowel %S has malformed re-ordering rule" vowel
))
457 ;; Set CIDX to after upper or lower vowel if any.
458 (let ((len (length str
)))
459 (while (and (< cidx len
)
460 (memq (get-char-code-property (aref str cidx
)
462 '(vowel-lower vowel-upper
)))
463 (setq cidx
(1+ cidx
))))
465 (setq str
(concat str lao-maa-sakod
)))
468 (cdr (assoc tone lao-transcription-tone-alist
))
469 str
(concat (substring str
0 cidx
) lao-tone
470 (substring str cidx
)))))))
471 (list from to
(lao-compose-string str
)))))
474 (defun lao-transcribe-roman-to-lao-string (str)
475 "Transcribe Romanized Lao string STR to Lao character string."
480 (while (setq val
(lao-transcribe-single-roman-syllable-to-lao from to str
))
481 (let ((start (car val
))
485 (setq lao-str
(concat lao-str
(substring str from start
) lao
))
486 (setq lao-str
(concat lao-str lao
)))
489 (concat lao-str
(substring str from to
))
493 (defun lao-composition-function (gstring)
494 (if (= (lgstring-char-len gstring
) 1)
495 (compose-gstring-for-graphic gstring
)
496 (or (font-shape-gstring gstring
)
497 (let ((glyph-len (lgstring-glyph-len gstring
))
500 (while (and (< i glyph-len
)
501 (setq glyph
(lgstring-glyph gstring i
)))
503 (compose-glyph-string-relative gstring
0 i
0.1)))))
506 (defun lao-compose-region (from to
)
509 (narrow-to-region from to
)
510 (goto-char (point-min))
511 (with-category-table lao-category-table
512 (while (re-search-forward lao-composition-pattern nil t
)
513 (compose-region (match-beginning 0) (point))))))
518 ;;; lao-util.el ends here