1### File header must not be modified
2### This file must be encoded into UTF-8.
3### This file comes from unicon module.
4SCIM_Generic_Table_Phrase_Library_TEXT
5VERSION_1_0
6
7### Begin Table definition.
8BEGIN_DEFINITION
9
10### An unique id to distinguish this table among others.
11### Use uuidgen to generate this kind of id.
12UUID = 61ea7bfd-d62a-4dd6-842a-c7f91db5d6ff
13
14### A unique number indicates the version of this file.
15### For example the last modified date of this file.
16### This number must be less than 2^32.
17SERIAL_NUMBER = 20040227
18
19ICON = @SCIM_ICONDIR@/HIRAGANA.png
20
21### The default name of this table
22NAME = HIRAGANA
23
24### The local names of this table
25### NAME.ja =
26
27### Supported languages of this table
28LANGUAGES = ja_JP
29
30### Prompt string to be displayed in the status area.
31STATUS_PROMPT = JP
32
33### If true then the first candidate phrase
34### will be selected automatically during inputing.
35AUTO_SELECT = TRUE
36
37### If true then a multi wildcard will be appended
38### at the end of inputing string automatically.
39AUTO_WILDCARD = TRUE
40
41### If true then the result string will be committed to client automatically.
42### This should be used with AUTO_SELECT = TRUE.
43AUTO_COMMIT = FALSE
44
45### If true then the inputted string will be automatically splitted during inputing.
46AUTO_SPLIT = TRUE
47
48### If true then the phrases' frequencies will be adjusted dynamically.
49DYNAMIC_ADJUST = FALSE
50
51### If true then the preedit area will be filled up by the current candidate phrase automatically.
52AUTO_FILL = TRUE
53
54### If true then the lookup table will always be shown if there is any candidate phrase.
55### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left.
56ALWAYS_SHOW_LOOKUP = FALSE
57
58### Use full width punctuation by default
59DEF_FULL_WIDTH_PUNCT = TRUE
60
61### Use full width letter by default
62DEF_FULL_WIDTH_LETTER = FALSE
63
64### The maxmium length of a key.
65MAX_KEY_LENGTH = 4
66
67### Valid input chars.
68VALID_INPUT_CHARS = _abcdefghijklmnopqrstuvwxyz-
69
70### Single wildcard char, can have multiple chars.
71### SINGLE_WILDCARD_CHAR = ?
72
73### Multi wildcard char.
74### MULTI_WILDCARD_CHAR = *
75
76### The key strokes to split inputted string.
77SPLIT_KEYS = quoteright
78
79### The key strokes to commit the convert result to client.
80COMMIT_KEYS = space
81
82### The key strokes to forward the inputted string to client.
83FORWARD_KEYS = Return
84
85### The key strokes to select candidiate phrases.
86SELECT_KEYS = 1,2,3,4,5,6,7,8,9,0
87
88### The key strokes to page up the lookup table.
89PAGE_UP_KEYS = Page_Up,comma,minus
90
91### The key strokes to page down the lookup table.
92PAGE_DOWN_KEYS = Page_Down,period,equal
93
94END_DEFINITION
95
96### Begin Table data.
97BEGIN_TABLE
98_a	ぁ
99a	あ
100_i	ぃ
101i	い
102_u	ぅ
103u	う
104_e	ぇ
105e	え
106_o	ぉ
107o	お
108ka	か
109ga	が
110ki	き
111gi	ぎ
112ku	く
113gu	ぐ
114ke	け
115ge	げ
116ko	こ
117go	ご
118sa	さ
119za	ざ
120si	し
121shi	し
122ji	じ
123su	す
124zu	ず
125se	せ
126ze	ぜ
127so	そ
128zo	ぞ
129ta	た
130da	だ
131chi	ち
132zi	ぢ
133_tsu	っ
134tsu	つ
135zu	づ
136te	て
137de	で
138to	と
139do	ど
140na	な
141ni	に
142nu	ぬ
143ne	ね
144no	の
145ha	は
146ba	ば
147pa	ぱ
148hi	ひ
149bi	び
150pi	ぴ
151hu	ふ
152fu	ふ
153bu	ぶ
154pu	ぷ
155he	へ
156be	べ
157pe	ぺ
158ho	ほ
159bo	ぼ
160po	ぽ
161ma	ま
162mi	み
163mu	む
164me	め
165mo	も
166_ya	ゃ
167ya	や
168_yu	ゅ
169yu	ゆ
170_yo	ょ
171yo	よ
172ra	ら
173ri	り
174ru	る
175re	れ
176ro	ろ
177_wa	ゎ
178wa	わ
179wo	を
180n	ん
181m	ん
182kya	きゃ
183kyu	きゅ
184kyo	きょ
185sha	しゃ
186shu	しゅ
187sho	しょ
188cha	ちゃ
189chu	ちゅ
190cho	ちょ
191nya	にゃ
192nyu	にゅ
193nyo	にょ
194hya	ひゃ
195hyu	ひゅ
196hyo	ひょ
197mya	みゃ
198myu	みゅ
199myo	みょ
200rya	りゃ
201ryu	りゅ
202ryo	りょ
203gya	ぎゃ
204gyu	ぎゅ
205gyo	ぎょ
206ja	じゃ
207ju	じゅ
208jo	じょ
209bya	びゃ
210byu	びゅ
211byo	びょ
212pya	ぴゃ
213pyu	ぴゅ
214pyo	ぴょ
215-	ー
216END_TABLE
217