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 all the space characters to be empty
20
# braille cells.
21
 
22
char	\x20	(        )	# ⠀   [SPACE]
23
 
24
alias	\xA0	\x20	#   [NO-BREAK SPACE]
25
alias	\u2002	\x20	#   [EN SPACE]
26
alias	\u2003	\x20	#   [EM SPACE]
27
alias	\u2004	\x20	#   [THREE-PER-EM SPACE]
28
alias	\u2005	\x20	#   [FOUR-PER-EM SPACE]
29
alias	\u2006	\x20	#   [SIX-PER-EM SPACE]
30
alias	\u2007	\x20	#   [FIGURE SPACE]
31
alias	\u2008	\x20	#   [PUNCTUATION SPACE]
32
alias	\u2009	\x20	#   [THIN SPACE]
33
alias	\u200A	\x20	#   [HAIR SPACE]
34
alias	\u202F	\x20	#   [NARROW NO-BREAK SPACE]
35
alias	\u205F	\x20	#   [MEDIUM MATHEMATICAL SPACE]