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 - Russian
20
# by Hans Schou <chlor@schou.dk> and Dave Mielke <dave@mielke.cc>
21
 
22
# This is the Russian braille table. It is based on the KOI8-R character set
23
# which to our knowledge is the most used in Russia.
24
 
25
# As the Russian cyrillic definition conflicts with the latin definition, some
26
# decisions had to be taken. Russians 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-R 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 Russian standard. KOI8-R 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 Russians are very welcome as neither Hans Schou nor Dave Mielke
54
# understand a single word in Russian.
55
 
56
include ltr-cyrillic.tti
57
include ltr-dot8.tti
58
include num-nemeth.tti
59
include punc-alternate.tti
60
 
61
# generated by ttbtest: charset=koi8-r
62
char \u2219	( 23    8)  # 95 ⢆ ∙ [BULLET OPERATOR]
63
char \xB0	( 23 567 )  # 9C ⡶ ° [DEGREE SIGN]
64
char \xB2	( 2   6 8)  # 9D ⢢ ² [SUPERSCRIPT TWO]
65
char \xB7	(  345 78)  # 9E ⣜ · [MIDDLE DOT]
66
char \xA9	(  34 678)  # BF ⣬ © [COPYRIGHT SIGN]
67
 
68
include common.tti