OLD | NEW |
| (Empty) |
1 # liblouis: Finnish 8 dot braille table | |
2 # | |
3 # Based on the braille contraction modules in BRLTTY | |
4 # | |
5 # Original copyright (C) 1995-2004 by The BRLTTY Team. | |
6 # All rights reserved. | |
7 # | |
8 # liblouis copyright 2004 by | |
9 # ViewPlus Technologies, inc., www.viewplustech.com | |
10 # and | |
11 # Computers to Help People, Inc., www.chpi.org | |
12 # All rights reserved. | |
13 # | |
14 # liblouis comes with ABSOLUTELY NO WARRANTY. | |
15 # | |
16 # This is free software, placed under the terms of the | |
17 # GNU General Public License, as published by the Free Software | |
18 # Foundation. Please see the file COPYING for details. | |
19 # | |
20 # Maintained by John J. Boyer, director@chpi.org, www.chpi.org | |
21 # | |
22 # Created by Code Factory S.L. | |
23 | |
24 include text_nabcc.dis | |
25 | |
26 letter \x0002 1278 | |
27 letter \x0003 1478 | |
28 letter \x0004 14578 | |
29 letter \x0005 2678 | |
30 letter \x0006 12478 | |
31 letter \x0007 124578 | |
32 letter \x0008 12578 | |
33 letter \x0009 3578 | |
34 letter \x000A 24578 | |
35 letter \x000B 1378 | |
36 letter \x000C 12378 | |
37 letter \x000D 13478 | |
38 letter \x000E 134578 | |
39 letter \x000F 23678 | |
40 letter \x0010 123478 | |
41 letter \x0011 1234578 | |
42 letter \x0012 123578 | |
43 letter \x0013 23478 | |
44 letter \x0014 234578 | |
45 letter \x0015 35678 | |
46 letter \x0016 123678 | |
47 letter \x0017 245678 | |
48 letter \x0018 134678 | |
49 letter \x0019 1345678 | |
50 letter \x001A 135678 | |
51 letter \x001B 345678 | |
52 letter \x001C 12345678 | |
53 letter \x001D 4678 | |
54 letter \x001E 4578 | |
55 letter \x001F 67 | |
56 | |
57 letter \x0020 0 | |
58 | |
59 space \x00a0 0 | |
60 #space \t 0-0 | |
61 #space \s 0 | |
62 | |
63 # non Capital characters | |
64 letter a 1 | |
65 letter b 12 | |
66 letter c 14 | |
67 letter d 145 | |
68 letter e 15 | |
69 letter f 124 | |
70 letter g 1245 | |
71 letter h 125 | |
72 letter i 24 | |
73 letter j 245 | |
74 letter k 13 | |
75 letter l 123 | |
76 letter m 134 | |
77 letter n 1345 | |
78 letter o 135 | |
79 letter p 1234 | |
80 letter q 12345 | |
81 letter r 1235 | |
82 letter s 234 | |
83 letter t 2345 | |
84 letter u 136 | |
85 letter v 1236 | |
86 letter w 2456 | |
87 letter x 1346 | |
88 letter y 13456 | |
89 letter z 1356 | |
90 | |
91 # capital characters | |
92 letter A 17 | |
93 letter B 127 | |
94 letter C 147 | |
95 letter D 1457 | |
96 letter E 157 | |
97 letter F 1247 | |
98 letter G 12457 | |
99 letter H 1257 | |
100 letter I 247 | |
101 letter J 2457 | |
102 letter K 137 | |
103 letter L 1237 | |
104 letter M 1347 | |
105 letter N 13457 | |
106 letter O 1357 | |
107 letter P 12347 | |
108 letter Q 123457 | |
109 letter R 12357 | |
110 letter S 2347 | |
111 letter T 23457 | |
112 letter U 1367 | |
113 letter V 12367 | |
114 letter W 24567 | |
115 letter X 13467 | |
116 letter Y 134567 | |
117 letter Z 13567 | |
118 | |
119 # the decimal digits | |
120 include digits8Dots.uti | |
121 | |
122 | |
123 | |
124 # punctuations | |
125 punctuation ! 256 | |
126 punctuation " 56 | |
127 letter \x0023 3456 | |
128 letter $ 2346 | |
129 punctuation % 1456 | |
130 punctuation & 12346 | |
131 punctuation ' 5 | |
132 | |
133 punctuation ( 236 | |
134 punctuation ) 356 | |
135 punctuation * 35 | |
136 punctuation + 235 | |
137 punctuation , 2 | |
138 letter - 36 | |
139 punctuation . 3 | |
140 letter / 34 | |
141 | |
142 punctuation : 25 | |
143 punctuation ; 23 | |
144 punctuation < 126 | |
145 punctuation = 2356 | |
146 punctuation > 156 | |
147 punctuation ? 26 | |
148 letter @ 4 | |
149 | |
150 punctuation [ 12356 | |
151 letter \x005C 146 # escape for \ | |
152 punctuation ] 23456 | |
153 letter ^ 457 | |
154 letter _ 346 | |
155 letter ` 1234568 | |
156 | |
157 punctuation { 1246 | |
158 punctuation | 456 | |
159 punctuation } 12456 | |
160 letter ~ 45 | |
161 letter \x007f 7 | |
162 | |
163 | |
164 #Hex Dots Dec Char Description | |
165 letter \X00C2 24578 # 194Â Latin capital letter a with circumflex | |
166 letter \X00CA 1267 # 202Ê Latin capital letter e with circumflex | |
167 letter \X00CE 1467 # 206Î Latin capital letter i with circumflex | |
168 letter \X00D4 14567 # 212Ô Latin capital letter o with circumflex | |
169 letter \X00DB 1567 # 219Û Latin capital letter u with circumflex | |
170 letter \X00E2 1678 # 226â Latin small letter a with circumflex | |
171 letter \X00EA 12678 # 234ê Latin small letter e with circumflex | |
172 letter \X00EE 14678 # 238î Latin small letter i with circumflex | |
173 letter \X00F4 145678 # 244ô Latin small letter o with circumflex | |
174 letter \X00FB 15678 # 251û Latin small letter u with circumflex | |
175 | |
176 # The 5 letters with a grave accent `) use the [6-0] dot combinations: | |
177 | |
178 #Hex Dots Dec Char Description | |
179 letter \X00C0 235678 # 192À Latin capital letter a with grave | |
180 letter \X00C8 3578 # 200È Latin capital letter e with grave | |
181 letter \X00CC 57 # 204Ì Latin capital letter i with grave | |
182 letter \X00D2 578 # 210Ò Latin capital letter o with grave | |
183 letter \X00D9 35678 # 217Ù Latin capital letter u with grave | |
184 letter \X00E0 123568 # 224à Latin small letter a with grave | |
185 letter \X00E8 23468 # 232è Latin small letter e with grave | |
186 letter \X00EC 348 # 236ì Latin small letter i with grave | |
187 letter \X00F2 3468 # 242ò Latin small letter o with grave | |
188 letter \X00F9 234568 # 249ù Latin small letter u with grave | |
189 | |
190 # The6 letters with an acute accent ') use the [a-f] dot combinations with | |
191 # dots 3 and 6 added: | |
192 | |
193 #Hex Dots Dec Char Description | |
194 letter \X00C1 28 # 193Á Latin capital letter a with acute | |
195 letter \X00C9 1234567 # 201É Latin capital letter e with acute | |
196 letter \X00CD 258 # 205Í Latin capital letter i with acute | |
197 letter \X00D3 267 # 211Ó Latin capital letter o with acute | |
198 letter \X00DA 268 # 218Ú Latin capital letter u with acute | |
199 letter \X00DD 3568 # 221Ý Latin capital letter y with acute | |
200 letter \X00E1 168 # 225á Latin small letter a with acute | |
201 letter \X00E9 123456 # 233é Latin small letter e with acute | |
202 letter \X00ED 2478 # 237í Latin small letter i with acute | |
203 letter \X00F3 13578 # 243ó Latin small letter o with acute | |
204 letter \X00FA 13678 # 250ú Latin small letter u with acute | |
205 letter \X00FD 24568 # 253ý Latin small letter y with acute | |
206 | |
207 # The 6 letters with a dieresis accent ") use the [f-j] dot combinations with | |
208 # dots 3 and 6 added, and the number sign because it fits the sequence | |
209 # reasonably well): | |
210 | |
211 #Hex Dots Dec Char Description | |
212 letter \X00C4 3457 # 196Ä Latin capital letter a with diaeresis | |
213 letter \X00CB 2358 # 203Ë Latin capital letter e with diaeresis | |
214 letter \X00CF 23568 # 207Ï Latin capital letter i with diaeresis | |
215 letter \X00D6 2467 # 214Ö Latin capital letter o with diaeresis | |
216 letter \X00DC 12567 # 220Ü Latin capital letter u with diaeresis | |
217 letter \X00E4 345 # 228ä Latin small letter a with diaeresis | |
218 letter \X00EB 12468 # 235ë Latin small letter e with diaeresis | |
219 letter \X00EF 124568 # 239ï Latin small letter i with diaeresis | |
220 letter \X00F6 246 # 246ö Latin small letter o with diaeresis | |
221 letter \X00FC 1256 # 252ü Latin small letter u with diaeresis | |
222 letter \X00FF 134568 # 255ÿ Latin small letter y with diaeresis | |
223 | |
224 # There is no uppercase y-dieresis in the Latin 1 character set. The German | |
225 # lowercase double-s, which also doesn't have an uppercase counterpart in the | |
226 # Latin 1 character set, uses its representation: | |
227 | |
228 #Hex Dots Dec Char Description | |
229 letter \X00DF 34568 # 223ß Latin small letter sharp s | |
230 | |
231 # The remaining accented letters are: | |
232 | |
233 #Hex Dots Dec Char Description | |
234 letter \X00C3 3467 # 195Ã Latin capital letter a with tilde | |
235 letter \X00D1 2567 # 209Ñ Latin capital letter n with tilde | |
236 letter \X00D5 267 # 213Õ Latin capital letter o with tilde | |
237 letter \X00C5 167 # 197Å Latin capital letter a with ring above | |
238 letter \X00C7 1578 # 199Ç Latin capital letter c with cedilla | |
239 letter \X00D8 1567 # 216Ø Latin capital letter o with stroke | |
240 letter \X00C6 47 # 198Æ Latin capital letter ae | |
241 letter \X00D0 3567 # 208Ð Latin capital letter eth | |
242 letter \X00DE 2357 # 222Þ Latin capital letter thorn | |
243 letter \X00E3 13678 # 227ã Latin small letter a with tilde | |
244 letter \X00F1 13458 # 241ñ Latin small letter n with tilde | |
245 letter \X00F5 1358 # 245õ Latin small letter o with tilde | |
246 letter \X00E5 16 # 229å Latin small letter a with ring above | |
247 letter \X00E7 1234678 # 231ç Latin small letter c with cedilla | |
248 letter \X00F8 24678 # 248ø Latin small letter o with stroke | |
249 letter \X00E6 34578 # 230æ Latin small letter ae | |
250 letter \X00F0 23458 # 240ð Latin small letter eth | |
251 letter \X00FE 12348 # 254þ Latin small letter thorn | |
252 sign \X25CF 35 | |
OLD | NEW |