Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
###############################################################################
2
# BRLTTY - A background process providing access to the console screen (when in
3
#          text mode) for a blind person using a refreshable braille display.
4
#
5
# Copyright (C) 1995-2018 by The BRLTTY Developers.
6
#
7
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
8
#
9
# This is free software, placed under the terms of the
10
# GNU Lesser General Public License, as published by the Free Software
11
# Foundation; either version 2.1 of the License, or (at your option) any
12
# later version. Please see the file LICENSE-LGPL for details.
13
#
14
# Web Page: http://brltty.com/
15
#
16
# This software is maintained by Dave Mielke <dave@mielke.cc>.
17
###############################################################################
18
 
19
# BRLTTY Text Table - Ukrainian
20
# modeled from Russian Braille table by Victor Tsaran <vtsaran@gmail.com>
21
 
22
# This is the Ukrainian braille table. It is based on the KOI8-U character set
23
# which is the most used in Ukraine.
24
 
25
# As the Ukrainian cyrillic definition conflicts with the latin definition, some
26
# decisions had to be taken. Users of this table need to type both latin for the command
27
# prompt and cyrillic while reading and writing documents and mail.
28
 
29
# In the following, latin letters are quoted with apostrophes like in 'a', and
30
# cyrillic letters are enclosed within brackets like in [a].
31
 
32
# Dot 1 in the cyrillic definition is the cyrillic letter which looks and
33
# sounds like 'a'. The problem is that in the KOI8-U character set, there is
34
# both a latin 'a' and a cyrillic [a]. In decimal, their character numbers are
35
# 97 and 193 respectively.  To handle conflicts like these, we have prioritized
36
# which characters are most important to match the standard.
37
 
38
# RULES:
39
# 1. All cyrillic characters must follow the Ukrainian standard. KOI8-U character
40
#    193 [a] must be dot-1, and so on.
41
# 2. Capital cyrillic letters have dot 7 on.
42
# 3. The latin alphabet is implemented to follow the international standard
43
#    except it has dot 8 on.
44
# 4. Capital latin letters have dots 7 and 8 on.
45
# 5. Numbers are defined as in the American standard. This means dot-2 for
46
#    number '1', and so on. This will conflict with the cyrillic comma which is
47
#    also dot-2.
48
# 4. Special characters like !"#¤%&/()=? follow the American standard if
49
#    possible.
50
# 2. Control characters are often used on Linux. These are not very well
51
#    implemented. More work should be done.
52
 
53
# Comments from Ukrainians are very welcome.
54
 
55
include ltr-cyrillic.tti
56
include ltr-dot8.tti
57
include num-nemeth.tti
58
include punc-alternate.tti
59
 
60
# generated by ttbtest: charset=koi8-u
61
char \u2219	( 23    8)  # 95 ⢆ ∙ [BULLET OPERATOR]
62
char \xB0	( 23 567 )  # 9C ⡶ ° [DEGREE SIGN]
63
char \xB2	( 2   6 8)  # 9D ⢢ ² [SUPERSCRIPT TWO]
64
char \xB7	(  345 78)  # 9E ⣜ · [MIDDLE DOT]
65
char \xA9	(  34 678)  # BF ⣬ © [COPYRIGHT SIGN]
66
 
67
include common.tti