Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / liblouis / src / tables / cs-translation.cti
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 include litdigits6Dots.uti
45
46 # ----------------------------------------------------------------------------------------------
47 # Decimal points, hyphens
48 # ----------------------------------------------------------------------------------------------
49
50 decpoint  \x002C  2
51 decpoint  \x002E  3
52 hyphen    \x002D  36
53
54 # ----------------------------------------------------------------------------------------------
55 # Letter prefix in numbers
56 # ----------------------------------------------------------------------------------------------
57
58 class    digitletter                 abcdefghij
59 context  $d[]%digitletter            @5
60 context  $d"."[]%digitletter         @5
61 context  $d","[]%digitletter         @5
62
63 # ----------------------------------------------------------------------------------------------