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