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 |
# This BRLTTY text subtable defines the braille representations that are used
|
|
|
20 |
# by English-speaking North American users for the ASCII character set.
|
|
|
21 |
|
|
|
22 |
# the standard representations for the letters of the Latin alphabet
|
|
|
23 |
include ltr-latin.tti
|
|
|
24 |
|
|
|
25 |
# the numbers 0-9 are represented using the Nemeth (lower numbers) scheme
|
|
|
26 |
include num-nemeth.tti
|
|
|
27 |
|
|
|
28 |
char \x20 ( ) # ⠀ [SPACE]
|
|
|
29 |
char \x21 ( 234 6 ) # ⠮ ! [EXCLAMATION MARK]
|
|
|
30 |
char \x22 ( 5 ) # ⠐ " [QUOTATION MARK]
|
|
|
31 |
char \x23 ( 3456 ) # ⠼ # [NUMBER SIGN]
|
|
|
32 |
char \x24 (12 4 6 ) # ⠫ $ [DOLLAR SIGN]
|
|
|
33 |
char \x25 (1 4 6 ) # ⠩ % [PERCENT SIGN]
|
|
|
34 |
char \x26 (1234 6 ) # ⠯ & [AMPERSAND]
|
|
|
35 |
char \x27 ( 3 ) # ⠄ ' [APOSTROPHE]
|
|
|
36 |
char \x28 (123 56 ) # ⠷ ( [LEFT PARENTHESIS]
|
|
|
37 |
char \x29 ( 23456 ) # ⠾ ) [RIGHT PARENTHESIS]
|
|
|
38 |
char \x2A (1 6 ) # ⠡ * [ASTERISK]
|
|
|
39 |
char \x2B ( 34 6 ) # ⠬ + [PLUS SIGN]
|
|
|
40 |
char \x2C ( 6 ) # ⠠ , [COMMA]
|
|
|
41 |
char \x2D ( 3 6 ) # ⠤ - [HYPHEN-MINUS]
|
|
|
42 |
char \x2E ( 4 6 ) # ⠨ . [FULL STOP]
|
|
|
43 |
char \x2F ( 34 ) # ⠌ / [SOLIDUS]
|
|
|
44 |
# Hindu-Arabic numerals # 30-39
|
|
|
45 |
char \x3A (1 56 ) # ⠱ : [COLON]
|
|
|
46 |
char \x3B ( 56 ) # ⠰ ; [SEMICOLON]
|
|
|
47 |
char \x3C (12 6 ) # ⠣ < [LESS-THAN SIGN]
|
|
|
48 |
char \x3D (123456 ) # ⠿ = [EQUALS SIGN]
|
|
|
49 |
char \x3E ( 345 ) # ⠜ > [GREATER-THAN SIGN]
|
|
|
50 |
char \x3F (1 456 ) # ⠹ ? [QUESTION MARK]
|
|
|
51 |
char \x40 ( 4 7 ) # ⡈ @ [COMMERCIAL AT]
|
|
|
52 |
# uppercase Latin alphabet # 41-5A
|
|
|
53 |
char \x5B ( 2 4 67 ) # ⡪ [ [LEFT SQUARE BRACKET]
|
|
|
54 |
char \x5C (12 567 ) # ⡳ \ [REVERSE SOLIDUS]
|
|
|
55 |
char \x5D (12 4567 ) # â¡» ] [RIGHT SQUARE BRACKET]
|
|
|
56 |
char \x5E ( 45 7 ) # ⡘ ^ [CIRCUMFLEX ACCENT]
|
|
|
57 |
char \x5F ( 456 ) # ⠸ _ [LOW LINE]
|
|
|
58 |
char \x60 ( 4 ) # ⠈ ` [GRAVE ACCENT]
|
|
|
59 |
# lowercase Latin alphabet # 61-7A
|
|
|
60 |
char \x7B ( 2 4 6 ) # ⠪ { [LEFT CURLY BRACKET]
|
|
|
61 |
char \x7C (12 56 ) # ⠳ | [VERTICAL LINE]
|
|
|
62 |
char \x7D (12 456 ) # ⠻ } [RIGHT CURLY BRACKET]
|
|
|
63 |
char \x7E ( 45 ) # ⠘ ~ [TILDE]
|