Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / liblouis / src / tables / cs-translation.ctb
1 #
2 #  Copyright (C) 2011 by Bert Frees <bertfrees@gmail.com>
3 #  Copyright (C) 2011 by Jan Halousek <merit@login.cz>
4 #
5 #  This file is part of liblouis.
6 #
7 #  liblouis is free software: you can redistribute it and/or modify it
8 #  under the terms of the GNU Lesser General Public License as
9 #  published by the Free Software Foundation, either version 3 of the
10 #  License, or (at your option) any later version.
11 #
12 #  liblouis is distributed in the hope that it will be useful, but
13 #  WITHOUT ANY WARRANTY; without even the implied warranty of
14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 #  Lesser General Public License for more details.
16 #
17 #  You should have received a copy of the GNU Lesser General Public
18 #  License along with liblouis. If not, see
19 #  <http://www.gnu.org/licenses/>.
20 #
21 # ----------------------------------------------------------------------------------------------
22 #
23 #  Czech Braille
24 #
25 #     Created and maintained by Bert Frees <bertfrees@gmail.com>
26 #                               Jan Halousek <merit@login.cz>
27 #
28 #     Based on the official Czech Braille Standard
29 # ----------------------------------------------------------------------------------------------
30
31 # ----------------------------------------------------------------------------------------------
32 # Braille indicator opcodes
33 # ----------------------------------------------------------------------------------------------
34
35 numsign  3456
36 capsign  6
37 begcaps  56
38 endcaps  5
39
40 # ----------------------------------------------------------------------------------------------
41 # Literary digits
42 # ----------------------------------------------------------------------------------------------
43
44 litdigit 1 1
45 litdigit 2 12
46 litdigit 3 14
47 litdigit 4 145
48 litdigit 5 15
49 litdigit 6 124
50 litdigit 7 1245
51 litdigit 8 125
52 litdigit 9 24
53 litdigit 0 245
54
55 # ----------------------------------------------------------------------------------------------
56 # Decimal points, hyphens
57 # ----------------------------------------------------------------------------------------------
58
59 decpoint  \x002C  2
60 decpoint  \x002E  3
61 hyphen    \x002D  36
62
63 # ----------------------------------------------------------------------------------------------
64 # Letter prefix in numbers
65 # ----------------------------------------------------------------------------------------------
66
67 class    digitletter                 abcdefghij
68 context  $d[]%digitletter            @5
69 context  $d"."[]%digitletter         @5
70 context  $d","[]%digitletter         @5
71
72 # ----------------------------------------------------------------------------------------------