about summary refs log tree commit diff
path: root/vim/.vim/bundle/stime/tables/diacritics
blob: 1ba1db301a57b5ba548022d2c49b147eafd8560e (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
### Table         Diacritics
###
### Description   Auto-compress diacriticts.
###
### 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 = ca8b5e6c-442b-47da-96c8-66dab0d81653

### 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 = 2014

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

### Supported languages of this table
LANGUAGES = other

### 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

### straightforward
A	A	0
B	B	0
C	C	0
D	D	0
E	E	0
F	F	0
G	G	0
H	H	0
I	I	0
J	J	0
K	K	0
L	L	0
M	M	0
N	N	0
O	O	0
P	P	0
Q	Q	0
R	R	0
S	S	0
T	T	0
U	U	0
V	V	0
W	W	0
Y	Y	0
Z	Z	0
a	a	0
b	b	0
c	c	0
d	d	0
e	e	0
f	f	0
g	g	0
h	h	0
i	i	0
j	j	0
k	k	0
l	l	0
m	m	0
n	n	0
o	o	0
p	p	0
q	q	0
r	r	0
s	s	0
t	t	0
u	u	0
v	v	0
w	w	0
x	x	0
y	y	0
z	z	0
ß	ß	0

### diacritics
·a	ä	0
·o	ö	0
·u	ü	0
·A	Ä	0
·O	Ö	0
·U	Ü	0
·s	ß	0
·	·	0

END_TABLE