(INPUT_METHOD): Add zh-cangjie.mim, zh-quick.mim,
[m17n/m17n-db.git] / LAOO-GENERIC.flt
1 ;; LAOO-GENERIC.flt -- Font Layout Table for Lao
2 ;; Copyright (C) 2005
3 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
4 ;;   Registration Number H15PRO112
5
6 ;; This file is part of the m17n database; a sub-part of the m17n
7 ;; library.
8
9 ;; The m17n library is free software; you can redistribute it and/or
10 ;; modify it under the terms of the GNU Lesser General Public License
11 ;; as published by the Free Software Foundation; either version 2.1 of
12 ;; the License, or (at your option) any later version.
13
14 ;; The m17n library is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 ;; Lesser General Public License for more details.
18
19 ;; You should have received a copy of the GNU Lesser General Public
20 ;; License along with the m17n library; if not, write to the Free
21 ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22 ;; 02111-1307, USA.
23
24 ;;; <li> LAOO-GENERIC.flt
25
26 (category
27  ;; C: CONSONANT (except c and s)
28  ;; c: TALL CONSONANT
29  ;; s: LAO SEMIVOWEL SIGN LO
30  ;; V: VOWEL UPPER
31  ;; v: VOWEL LOWER
32  ;; T: TONE
33  ;; I: INDEPENDENT
34  ;;
35  (0x0E80 0x0EDF ?I)
36  (0x0E81 0x0E82 ?C)
37  (0x0E84        ?C)
38  (0x0E87 0x0E88 ?C)
39  (0x0E8A        ?C)
40  (0x0E8D        ?C)
41  (0x0E94 0x0E97 ?C)
42  (0x0E99 0x0E9E ?C)
43  (0x0E9B        ?c)
44  (0x0E9D        ?c)
45  (0x0E9F        ?c)
46  (0x0EA1 0x0EA3 ?C)
47  (0x0EA2        ?c)
48  (0x0EA5        ?C)
49  (0x0EA7        ?C)
50  (0x0EAA 0x0EAB ?C)
51  (0x0EAD 0x0EAE ?C)
52  (0x0EB1        ?V)
53  (0x0EB4 0x0EB7 ?V)
54  (0x0EB8 0x0EB9 ?v)
55  (0x0EBB        ?V)
56  (0x0EBC        ?s)
57  (0x0EC8 0x0ECC ?T)
58  (0x0ECD        ?V))
59
60 (generator
61  (0
62   (cond
63    ("cs?(VT?|v?T)"
64     <
65     ("(cs?)" = semi-vowel)
66     ("VT?" composed-non-relative composed-relative *)
67     (".*" composed-non-relative *)
68     > )
69    ("Cs?[vV]?T?"
70     < = semi-vowel composed-relative * > )
71    ("[^Cs]*"
72     = *))
73   *)
74
75  (composed-relative
76   (cond
77    ((0x0EB1)    tr+bl =)
78    ((0x0EB4)    tr+bl =)
79    ((0x0EB5)    tr+bl =)
80    ((0x0EB6)    tr+bl =)
81    ((0x0EB7)    tr+bl =)
82    ((0x0EB8)    bl+tr =)
83    ((0x0EB9)    bl+tr =)
84    ((0x0EBB)    tr+bl =)
85    ((0x0EC7)    tr+bl =)
86    ((0x0EC8)    tr+bl =)
87    ((0x0EC9)    tr+bl =)
88    ((0x0ECA)    tr+bl =)
89    ((0x0ECB)    tr+bl =)
90    ((0x0ECC)    tr+bl =)
91    ((0x0ECD)    tr+bl =)
92    ((0x0ECE)    tr+bl =)))
93
94  (semi-vowel
95   ((0x0EBC)     Br-Br =))
96
97  (composed-non-relative
98   (cond
99    ((0x0EB1)    Br-Bl =)
100    ((0x0EB4)    Br-Bl =)
101    ((0x0EB5)    Br-Bl =)
102    ((0x0EB6)    Br-Bl =)
103    ((0x0EB7)    Br-Bl =)
104    ((0x0EB8)    Br-Bl =)
105    ((0x0EB9)    Br-Bl =)
106    ((0x0EBB)    Br-Bl =)
107    ((0x0E47)    Br-Bl =)
108    ((0x0E48)    Br-Bl =)
109    ((0x0E49)    Br-Bl =)
110    ((0x0E4A)    Br-Bl =)
111    ((0x0E4B)    Br-Bl =)
112    ((0x0E4C)    Br-Bl =)
113    ((0x0E4D)    Br-Bl =)
114    ((0x0E4E)    Br-Bl =))))
115
116 ;; Local Variables:
117 ;; mode: lisp
118 ;; End: