Mercurial > hg > xemacs-beta
annotate lisp/mule/thai-util.el @ 5385:436e67ca8c79
Give docstrings to least-{positive,negative}-normalized-float, float-*epsilon
2011-03-29 Aidan Kehoe <kehoea@parhasard.net>
* cl.el:
* cl.el (least-positive-float):
* cl.el (least-positive-normalized-float):
* cl.el (least-negative-normalized-float):
* cl.el (float-epsilon):
* cl.el (float-negative-epsilon):
Document some previously-undocumented float constants here.
* cl.el (oddp):
* cl.el (evenp):
Change numeric comparison to use #'eql instead of #'eq in
passing.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 29 Mar 2011 17:28:34 +0100 |
parents | 3889ef128488 |
children | 4dee0387b9de |
rev | line source |
---|---|
771 | 1 ;;; thai-util.el --- utilities for Thai -*- coding: iso-2022-7bit; -*- |
2 | |
3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. | |
4 ;; Licensed to the Free Software Foundation. | |
5 | |
6 ;; Keywords: mule, multilingual, thai | |
7 | |
8 ;; This file is part of XEmacs. | |
9 | |
10 ;; XEmacs is free software; you can redistribute it and/or modify it | |
11 ;; 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 ;; XEmacs is distributed in the hope that it will be useful, but | |
16 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
18 ;; General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with XEmacs; see the file COPYING. If not, write to the Free | |
22 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
23 ;; 02111-1307, USA. | |
24 | |
778 | 25 ;;; Synched up with: Emacs 21.1 (language/thai-util.el). |
26 | |
27 ;;; Commentary: | |
771 | 28 |
29 ;;; Code: | |
30 | |
31 ;; Setting information of Thai characters. | |
32 | |
33 (defconst thai-category-table (make-category-table)) | |
34 (define-category ?c "Thai consonant" thai-category-table) | |
35 (define-category ?v "Thai upper/lower vowel" thai-category-table) | |
36 (define-category ?t "Thai tone" thai-category-table) | |
37 | |
38 ;; The general composing rules are as follows: | |
39 ;; | |
40 ;; T | |
41 ;; V T V T | |
42 ;; CV -> C, CT -> C, CVT -> C, Cv -> C, CvT -> C | |
43 ;; v v | |
44 ;; | |
45 ;; where C: consonant, V: vowel upper, v: vowel lower, T: tone mark. | |
46 | |
47 (defvar thai-composition-pattern "\\cc\\(\\ct\\|\\cv\\ct?\\)" | |
48 "Regular expression matching a Thai composite sequence.") | |
49 | |
50 (let ((l '((?,T!(B consonant "LETTER KO KAI") ; 0xA1 | |
51 (?,T"(B consonant "LETTER KHO KHAI") ; 0xA2 | |
52 (?,T#(B consonant "LETTER KHO KHUAT") ; 0xA3 | |
53 (?,T$(B consonant "LETTER KHO KHWAI") ; 0xA4 | |
54 (?,T%(B consonant "LETTER KHO KHON") ; 0xA5 | |
55 (?,T&(B consonant "LETTER KHO RAKHANG") ; 0xA6 | |
56 (?,T'(B consonant "LETTER NGO NGU") ; 0xA7 | |
57 (?,T((B consonant "LETTER CHO CHAN") ; 0xA8 | |
58 (?,T)(B consonant "LETTER CHO CHING") ; 0xA9 | |
59 (?,T*(B consonant "LETTER CHO CHANG") ; 0xAA | |
60 (?,T+(B consonant "LETTER SO SO") ; 0xAB | |
61 (?,T,(B consonant "LETTER CHO CHOE") ; 0xAC | |
62 (?,T-(B consonant "LETTER YO YING") ; 0xAD | |
63 (?,T.(B consonant "LETTER DO CHADA") ; 0xAE | |
64 (?,T/(B consonant "LETTER TO PATAK") ; 0xAF | |
65 (?,T0(B consonant "LETTER THO THAN") ; 0xB0 | |
66 (?,T1(B consonant "LETTER THO NANGMONTHO") ; 0xB1 | |
67 (?,T2(B consonant "LETTER THO PHUTHAO") ; 0xB2 | |
68 (?,T3(B consonant "LETTER NO NEN") ; 0xB3 | |
69 (?,T4(B consonant "LETTER DO DEK") ; 0xB4 | |
70 (?,T5(B consonant "LETTER TO TAO") ; 0xB5 | |
71 (?,T6(B consonant "LETTER THO THUNG") ; 0xB6 | |
72 (?,T7(B consonant "LETTER THO THAHAN") ; 0xB7 | |
73 (?,T8(B consonant "LETTER THO THONG") ; 0xB8 | |
74 (?,T9(B consonant "LETTER NO NU") ; 0xB9 | |
75 (?,T:(B consonant "LETTER BO BAIMAI") ; 0xBA | |
76 (?,T;(B consonant "LETTER PO PLA") ; 0xBB | |
77 (?,T<(B consonant "LETTER PHO PHUNG") ; 0xBC | |
78 (?,T=(B consonant "LETTER FO FA") ; 0xBD | |
79 (?,T>(B consonant "LETTER PHO PHAN") ; 0xBE | |
80 (?,T?(B consonant "LETTER FO FAN") ; 0xBF | |
81 (?,T@(B consonant "LETTER PHO SAMPHAO") ; 0xC0 | |
82 (?,TA(B consonant "LETTER MO MA") ; 0xC1 | |
83 (?,TB(B consonant "LETTER YO YAK") ; 0xC2 | |
84 (?,TC(B consonant "LETTER RO RUA") ; 0xC3 | |
85 (?,TD(B vowel-base "LETTER RU (Pali vowel letter)") ; 0xC4 | |
86 (?,TE(B consonant "LETTER LO LING") ; 0xC5 | |
87 (?,TF(B vowel-base "LETTER LU (Pali vowel letter)") ; 0xC6 | |
88 (?,TG(B consonant "LETTER WO WAEN") ; 0xC7 | |
89 (?,TH(B consonant "LETTER SO SALA") ; 0xC8 | |
90 (?,TI(B consonant "LETTER SO RUSI") ; 0xC9 | |
91 (?,TJ(B consonant "LETTER SO SUA") ; 0xCA | |
92 (?,TK(B consonant "LETTER HO HIP") ; 0xCB | |
93 (?,TL(B consonant "LETTER LO CHULA") ; 0xCC | |
94 (?,TM(B consonant "LETTER O ANG") ; 0xCD | |
95 (?,TN(B consonant "LETTER HO NOK HUK") ; 0xCE | |
96 (?,TO(B special "PAI YAN NOI (abbreviation)") ; 0xCF | |
97 (?,TP(B vowel-base "VOWEL SIGN SARA A") ; 0xD0 | |
98 (?,TQ(B vowel-upper "VOWEL SIGN MAI HAN-AKAT N/S-T") ; 0xD1 | |
99 (?,TR(B vowel-base "VOWEL SIGN SARA AA") ; 0xD2 | |
100 (?,TS(B vowel-base "VOWEL SIGN SARA AM") ; 0xD3 | |
101 (?,TT(B vowel-upper "VOWEL SIGN SARA I N/S-T") ; 0xD4 | |
102 (?,TU(B vowel-upper "VOWEL SIGN SARA II N/S-T") ; 0xD5 | |
103 (?,TV(B vowel-upper "VOWEL SIGN SARA UE N/S-T") ; 0xD6 | |
104 (?,TW(B vowel-upper "VOWEL SIGN SARA UEE N/S-T") ; 0xD7 | |
105 (?,TX(B vowel-lower "VOWEL SIGN SARA U N/S-B") ; 0xD8 | |
106 (?,TY(B vowel-lower "VOWEL SIGN SARA UU N/S-B") ; 0xD9 | |
107 (?,TZ(B vowel-lower "VOWEL SIGN PHINTHU N/S-B (Pali virama)") ; 0xDA | |
108 (?,T[(B invalid nil) ; 0xDA | |
109 (?,T\(B invalid nil) ; 0xDC | |
110 (?,T](B invalid nil) ; 0xDC | |
111 (?,T^(B invalid nil) ; 0xDC | |
112 (?,T_(B special "BAHT SIGN (currency symbol)") ; 0xDF | |
113 (?,T`(B vowel-base "VOWEL SIGN SARA E") ; 0xE0 | |
114 (?,Ta(B vowel-base "VOWEL SIGN SARA AE") ; 0xE1 | |
115 (?,Tb(B vowel-base "VOWEL SIGN SARA O") ; 0xE2 | |
116 (?,Tc(B vowel-base "VOWEL SIGN SARA MAI MUAN") ; 0xE3 | |
117 (?,Td(B vowel-base "VOWEL SIGN SARA MAI MALAI") ; 0xE4 | |
118 (?,Te(B vowel-base "LAK KHANG YAO") ; 0xE5 | |
5384
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
778
diff
changeset
|
119 (?,Tf(B special "MAI YAMOK (repetition)") ; 0xE6 |
771 | 120 (?,Tg(B vowel-upper "VOWEL SIGN MAI TAI KHU N/S-T") ; 0xE7 |
121 (?,Th(B tone "TONE MAI EK N/S-T") ; 0xE8 | |
122 (?,Ti(B tone "TONE MAI THO N/S-T") ; 0xE9 | |
123 (?,Tj(B tone "TONE MAI TRI N/S-T") ; 0xEA | |
124 (?,Tk(B tone "TONE MAI CHATTAWA N/S-T") ; 0xEB | |
125 (?,Tl(B tone "THANTHAKHAT N/S-T (cancellation mark)") ; 0xEC | |
126 (?,Tm(B tone "NIKKHAHIT N/S-T (final nasal)") ; 0xED | |
127 (?,Tn(B vowel-upper "YAMAKKAN N/S-T") ; 0xEE | |
128 (?,To(B special "FONRMAN") ; 0xEF | |
129 (?,Tp(B special "DIGIT ZERO") ; 0xF0 | |
130 (?,Tq(B special "DIGIT ONE") ; 0xF1 | |
131 (?,Tr(B special "DIGIT TWO") ; 0xF2 | |
132 (?,Ts(B special "DIGIT THREE") ; 0xF3 | |
133 (?,Tt(B special "DIGIT FOUR") ; 0xF4 | |
134 (?,Tu(B special "DIGIT FIVE") ; 0xF5 | |
135 (?,Tv(B special "DIGIT SIX") ; 0xF6 | |
136 (?,Tw(B special "DIGIT SEVEN") ; 0xF7 | |
137 (?,Tx(B special "DIGIT EIGHT") ; 0xF8 | |
138 (?,Ty(B special "DIGIT NINE") ; 0xF9 | |
139 (?,Tz(B special "ANGKHANKHU (ellipsis)") ; 0xFA | |
140 (?,T{(B special "KHOMUT (beginning of religious texts)") ; 0xFB | |
141 (?,T|(B invalid nil) ; 0xFC | |
142 (?,T}(B invalid nil) ; 0xFD | |
143 (?,T~(B invalid nil) ; 0xFE | |
144 )) | |
145 elm) | |
146 (while l | |
147 (setq elm (car l) l (cdr l)) | |
148 (let ((char (car elm)) | |
149 (ptype (nth 1 elm))) | |
150 (put-char-code-property char 'phonetic-type ptype) | |
151 (cond ((eq ptype 'consonant) | |
152 (modify-category-entry char ?c thai-category-table)) | |
153 ((memq ptype '(vowel-upper vowel-lower)) | |
154 (modify-category-entry char ?v thai-category-table)) | |
155 ((eq ptype 'tone) | |
156 (modify-category-entry char ?t thai-category-table))) | |
157 (put-char-code-property char 'name (nth 2 elm))))) | |
158 | |
159 ;;;###autoload | |
160 (defun thai-compose-region (beg end) | |
161 "Compose Thai characters in the region. | |
162 When called from a program, expects two arguments, | |
163 positions (integers or markers) specifying the region." | |
164 (interactive "r") | |
165 (save-restriction | |
166 (narrow-to-region beg end) | |
167 (goto-char (point-min)) | |
168 (with-category-table thai-category-table | |
169 (while (re-search-forward thai-composition-pattern nil t) | |
170 (compose-region (match-beginning 0) (match-end 0)))))) | |
171 | |
172 ;;;###autoload | |
173 (defun thai-compose-string (string) | |
174 "Compose Thai characters in STRING and return the resulting string." | |
175 (with-category-table thai-category-table | |
176 (let ((idx 0)) | |
177 (while (setq idx (string-match thai-composition-pattern string idx)) | |
178 (compose-string string idx (match-end 0)) | |
179 (setq idx (match-end 0))))) | |
180 string) | |
181 | |
182 ;;;###autoload | |
183 (defun thai-compose-buffer () | |
184 "Compose Thai characters in the current buffer." | |
185 (interactive) | |
186 (thai-compose-region (point-min) (point-max))) | |
187 | |
188 ;;;###autoload | |
189 (defun thai-post-read-conversion (len) | |
190 (thai-compose-region (point) (+ (point) len)) | |
191 len) | |
192 | |
193 ;;;###autoload | |
194 (defun thai-composition-function (from to pattern &optional string) | |
195 "Compose Thai text in the region FROM and TO. | |
196 The text matches the regular expression PATTERN. | |
197 Optional 4th argument STRING, if non-nil, is a string containing text | |
198 to compose. | |
199 | |
200 The return value is number of composed characters." | |
201 (if (< (1+ from) to) | |
202 (prog1 (- to from) | |
203 (if string | |
204 (compose-string string from to) | |
205 (compose-region from to)) | |
206 (- to from)))) | |
207 | |
208 ;; | |
209 (provide 'thai-util) | |
210 | |
211 ;;; thai-util.el ends here |