about summary refs log tree commit diff
path: root/vim/.vim/bundle/stime/tables/greek
blob: 216a9815c980f3ced00d86e9976b01783e92c74b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
### Table         Greek Transliteration Table
###
### Description   Greek Transliteration Table for IBus-Table.
###
### This file must be encoded into UTF-8.

### Begin Table definition.
BEGIN_DEFINITION

### An unique id to distinguish this table among others.
### Use uuidgen to generate this kind of id.
UUID = 0e73da11-b9bf-4916-896b-51948aafdb25

### A unique number indicates the version of this file.
### For example the last modified date of this file.
### This number must be less than 2^32.
SERIAL_NUMBER = 2013

### The default name of this table
NAME = 'Greek'

### Supported languages of this table
LANGUAGES = el_EL

### Prompt string to be displayed in the status area.
STATUS_PROMPT = ελ

### The Keyboard Layout used by this table. Unset or set to "Unknown" to accept any kind of layouts.
KEYBOARD_LAYOUT = Unknown

### If true then the first candidate phrase
### will be selected automatically during inputing.
AUTO_SELECT = TRUE

### If true then a multi wildcard will be appended
### at the end of inputing string automatically.
AUTO_WILDCARD = FALSE

### If true then the result string will be committed to client automatically.
### This should be used with AUTO_SELECT = TRUE.
AUTO_COMMIT = TRUE

### If true then the inputted string will be automatically splitted during inputing.
AUTO_SPLIT = TRUE

### If true then the phrases' frequencies will be adjusted dynamically.
DYNAMIC_ADJUST = FALSE

### If true then the preedit area will be filled up by the current candidate phrase automatically.
AUTO_FILL = TRUE

### If true then the lookup table will always be shown if there is any candidate phrase.
### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left.
ALWAYS_SHOW_LOOKUP = FALSE

### Enable full width punctuation property
USE_FULL_WIDTH_PUNCT = FALSE

### Use full width punctuation by default
DEF_FULL_WIDTH_PUNCT = FALSE

### Enable full width letter property
USE_FULL_WIDTH_LETTER = FALSE

### Use full width letter by default
DEF_FULL_WIDTH_LETTER = FALSE

### The maxmium length of a key.
MAX_KEY_LENGTH = 2

### Valid input chars.
VALID_INPUT_CHARS = ABCDEFGHIJKLMNOPQRSTUVWYZabcdefghijklmnopqrstuvwxyzßẞ·

END_DEFINITION

### Begin Table data.
BEGIN_TABLE

A	Α	0
B	Β	0
C	Χ	0
D	Δ	0
E	Ε	0
F	Φ	0
G	Γ	0
I	Ι	0
J	Η	0
K	Κ	0
L	Λ	0
M	Μ	0
N	Ν	0
O	Ο	0
P	Π	0
Q	Θ	0
ẞ	Θ	0
R	Ρ	0
S	Σ	0
T	Τ	0
U	Υ	0
V	Ϝ	0
W	Ω	0
X	Ξ	0
Y	Ψ	0
Z	Ζ	0
a	α	0
b	β	0
c	χ	0
d	δ	0
e	ε	0
f	φ	0
g	γ	0
i	ι	0
j	η	0
k	κ	0
l	λ	0
m	μ	0
n	ν	0
o	ο	0
p	π	0
q	θ	0
ß	θ	0
r	ρ	0
s	ς	0
t	τ	0
u	υ	0
v	ϝ	0
w	ω	0
x	ξ	0
y	ψ	0
z	ζ	0

### bump of greek table, to be merged at some point
### |	 ͅ	0
### A<	Ἁ	0
### A>	Ἀ	0
### A|	ᾼ	0
### E/	Έ	0
### E<	Ἑ	0
### E>	Ἐ	0
### E\	Ὲ	0
### H/	Ή	0
### H<	Ἡ	0
### H>	Ἠ	0
### H\	Ὴ	0
### H|	ῌ	0
### I/	Ί	0
### I<	Ἱ	0
### I>	Ἰ	0
### I\	Ὶ	0
### O/	Ό	0
### O<	Ὁ	0
### O>	Ὀ	0
### O\	Ὸ	0
### R<	Ῥ	0
### U/	Ύ	0
### U<	Ὑ	0
### U\	Ὺ	0
### W/	Ώ	0
### W<	Ὡ	0
### W>	Ὠ	0
### W\	Ὼ	0
### W|	ῼ	0
### a/	ά	0
### a<	ἁ	0
### a=	ᾶ	0
### a>	ἀ	0
### a\	ὰ	0
### a|	ᾳ	0
### e/	έ	0
### e<	ἑ	0
### e>	ἐ	0
### e\	ὲ	0
### h/	ή	0
### h<	ἡ	0
### h=	ῆ	0
### h>	ἠ	0
### h\	ὴ	0
### h|	ῃ	0
### i/	ί	0
### i<	ἱ	0
### i=	ῖ	0
### i>	ἰ	0
### i\	ὶ	0
### o/	ό	0
### o<	ὁ	0
### o>	ὀ	0
### o\	ὸ	0
### r<	ῥ	0
### r>	ῤ	0
### sa	σα	0
### sb	σβ	0
### sc	σχ	0
### sd	σδ	0
### se	σε	0
### sf	σφ	0
### sg	σγ	0
### sh	ση	0
### si	σι	0
### sk	σκ	0
### sl	σλ	0
### sm	σμ	0
### sn	σν	0
### so	σο	0
### sp	σπ	0
### sq	σθ	0
### sr	σρ	0
### ss	σσ	0
### st	στ	0
### su	συ	0
### sw	σω	0
### sx	σξ	0
### sy	σψ	0
### sz	σζ	0
### u/	ύ	0
### u<	ὑ	0
### u=	ῦ	0
### u>	ὐ	0
### u\	ὺ	0
### w/	ώ	0
### w<	ὡ	0
### w=	ῶ	0
### w>	ὠ	0
### w\	ὼ	0
### w|	ῳ	0
### A</	Ἅ	0
### A<=	Ἇ	0
### A<\	Ἃ	0
### A<|	ᾉ	0
### A>/	Ἄ	0
### A>=	Ἆ	0
### A>\	Ἂ	0
### A>|	ᾈ	0
### E</	Ἕ	0
### E<\	Ἓ	0
### E>/	Ἔ	0
### E>\	Ἒ	0
### H/|	ῄ	0
### H</	Ἥ	0
### H<=	Ἧ	0
### H<\	Ἣ	0
### H<|	ᾙ	0
### H>/	Ἤ	0
### H>=	Ἦ	0
### H>\	Ἢ	0
### H>|	ᾘ	0
### I</	Ἵ	0
### I<=	Ἷ	0
### I<\	Ἳ	0
### I>/	Ἴ	0
### I>=	Ἶ	0
### I>\	Ἲ	0
### O</	Ὅ	0
### O<\	Ὃ	0
### O>/	Ὄ	0
### O>\	Ὂ	0
### U</	Ὕ	0
### U<=	Ὗ	0
### U<\	Ὓ	0
### W</	Ὥ	0
### W<=	Ὧ	0
### W<\	Ὣ	0
### W<|	ᾩ	0
### W>/	Ὤ	0
### W>=	Ὦ	0
### W>\	Ὢ	0
### W>|	ᾨ	0
### a/|	ᾴ	0
### a</	ἅ	0
### a<=	ἇ	0
### a<\	ἃ	0
### a<|	ᾁ	0
### a=|	ᾷ	0
### a>/	ἄ	0
### a>=	ἆ	0
### a>\	ἂ	0
### a>|	ᾀ	0
### a\|	ᾲ	0
### e</	ἕ	0
### e<\	ἓ	0
### e>/	ἔ	0
### e>\	ἒ	0
### h</	ἥ	0
### h<=	ἧ	0
### h<\	ἣ	0
### h<|	ᾑ	0
### h=|	ῇ	0
### h>/	ἤ	0
### h>=	ἦ	0
### h>\	ἢ	0
### h>|	ᾐ	0
### h\|	ῂ	0
### i</	ἵ	0
### i<=	ἷ	0
### i<\	ἳ	0
### i>/	ἴ	0
### i>=	ἶ	0
### i>\	ἲ	0
### o</	ὅ	0
### o<\	ὃ	0
### o>/	ὄ	0
### o>\	ὂ	0
### sa/	σά	0
### sa=	σᾶ	0
### sa\	σὰ	0
### sa|	σᾳ	0
### se/	σέ	0
### se\	σὲ	0
### sh/	σὴ	0
### sh=	σῆ	0
### sh\	σὴ	0
### sh|	σῃ	0
### si/	σί	0
### si=	σῖ	0
### si\	σὶ	0
### so/	σό	0
### so\	σὸ	0
### su/	σύ	0
### su=	σῦ	0
### su\	σὺ	0
### sw/	σώ	0
### sw=	σῶ	0
### sw\	σὼ	0
### sw|	σῳ	0
### u</	ὕ	0
### u<=	ὗ	0
### u<\	ὓ	0
### u>/	ὔ	0
### u>=	ὖ	0
### u>\	ὒ	0
### w/|	ῴ	0
### w</	ὥ	0
### w<=	ὧ	0
### w<\	ὣ	0
### w<|	ᾡ	0
### w=|	ῷ	0
### w>/	ὤ	0
### w>=	ὦ	0
### w>\	ὢ	0
### w>\	ᾢ	0
### w>|	ᾠ	0
### w\|	ῲ	0
### A</|	ᾍ	0
### A<=|	ᾏ	0
### A<\|	ᾋ	0
### A>/|	ᾌ	0
### A>=|	ᾎ	0
### A>\|	ᾊ	0
### H</|	ᾝ	0
### H<=|	ᾟ	0
### H<\|	ᾛ	0
### H>/|	ᾜ	0
### H>=|	ᾞ	0
### H>\|	ᾚ	0
### W</|	ᾭ	0
### W<=|	ᾯ	0
### W<\|	ᾫ	0
### W>/|	ᾬ	0
### W>=|	ᾮ	0
### W>\|	ᾪ	0
### a</|	ᾅ	0
### a<=|	ᾇ	0
### a<\|	ᾃ	0
### a>/|	ᾄ	0
### a>=|	ᾆ	0
### a>\|	ᾂ	0
### h</|	ᾕ	0
### h<=|	ᾗ	0
### h<\|	ᾓ	0
### h>/|	ᾔ	0
### h>=|	ᾖ	0
### h>\|	ᾒ	0
### sa/|	σᾴ	0
### sa\|	σᾲ	0
### sa|=	σᾷ	0
### sh/|	σῄ	0
### sh=|	σῇ	0
### sh\|	σῂ	0
### sw/|	σῴ	0
### sw=|	σῷ	0
### sw\|	σῲ	0
### w</|	ᾥ	0
### w<=|	ᾧ	0
### w<\|	ᾣ	0
### w>/|	ᾤ	0
### w>=|	ᾦ	0

END_TABLE