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
# This BRLTTY text subtable defines alternate braille representations for the
20
# ASCII punctuation characters.
21
 
22
char \x21	( 23 5  8)  # ⢖ ! [EXCLAMATION MARK]
23
char \x22	( 23 56 8)  # ⢶ " [QUOTATION MARK]
24
char \x23	(  3456 8)  # ⢼ # [NUMBER SIGN]
25
char \x24	(12 4 6 8)  # ⢫ $ [DOLLAR SIGN]
26
char \x25	(1  4 6 8)  # ⢩ % [PERCENT SIGN]
27
char \x26	( 234 6 8)  # ⢮ & [AMPERSAND]
28
char \x27	(  3     )  # ⠄ ' [APOSTROPHE]
29
char \x28	( 23  6 8)  # ⢦ ( [LEFT PARENTHESIS]
30
char \x29	(  3 56 8)  # ⢴ ) [RIGHT PARENTHESIS]
31
char \x2A	(  3 5  8)  # ⢔ * [ASTERISK]
32
char \x2B	(  34 6 8)  # ⢬ + [PLUS SIGN]
33
char \x2C	( 2     8)  # ⢂ , [COMMA]
34
char \x2D	(  3  6  )  # ⠤ - [HYPHEN-MINUS]
35
char \x2E	( 2  56 8)  # ⢲ . [FULL STOP]
36
char \x2F	(  34   8)  # ⢌ / [SOLIDUS]
37
char \x3A	( 2  5  8)  # ⢒ : [COLON]
38
char \x3B	( 23    8)  # ⢆ ; [SEMICOLON]
39
char \x3C	(12   6 8)  # ⢣ < [LESS-THAN SIGN]
40
char \x3D	(123456 8)  # ⢿ = [EQUALS SIGN]
41
char \x3E	(  345  8)  # ⢜ > [GREATER-THAN SIGN]
42
char \x3F	( 2   6 8)  # ⢢ ? [QUESTION MARK]
43
char \x40	(   4  7 )  # ⡈ @ [COMMERCIAL AT]
44
char \x5B	(123 56 8)  # ⢷ [ [LEFT SQUARE BRACKET]
45
char \x5C	(1    6 8)  # ⢡ \ [REVERSE SOLIDUS]
46
char \x5D	( 23456 8)  # ⢾ ] [RIGHT SQUARE BRACKET]
47
char \x5E	(   45 7 )  # ⡘ ^ [CIRCUMFLEX ACCENT]
48
char \x5F	(   456  )  # ⠸ _ [LOW LINE]
49
char \x60	(   4    )  # ⠈ ` [GRAVE ACCENT]
50
char \x7B	( 23  678)  # ⣦ { [LEFT CURLY BRACKET]
51
char \x7C	(12  56 8)  # ⢳ | [VERTICAL LINE]
52
char \x7D	(  3 5678)  # ⣴ } [RIGHT CURLY BRACKET]
53
char \x7E	(   45   )  # ⠘ ~ [TILDE]