Skip to content

Commit

Permalink
Automatic build of version commit-346c9d
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Mar 5, 2018
1 parent d805d64 commit c5263e2
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 325 deletions.
20 changes: 16 additions & 4 deletions tables/en-us-brf.dis
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# liblouis: en-us-brf.dis

# liblouis Output in standard brf format.
# This is an example of the proper use of the display opcode.
#
# Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
# The BRLTTY Team
#
Expand All @@ -24,7 +21,22 @@
# You should have received a copy of the GNU Lesser General Public
# License along with liblouis. If not, see
# <http://www.gnu.org/licenses/>.
#
# Display table for working with 6-dot BRF files.
#
# This representation form is known as Braille ASCII, or more formally,
# The North American Braille ASCII Code.
#
# Note: Braille ASCII only defines 64 dot combinations consisting of dots 1-6,
# thus this table DOES NOT map combinations with dots 7 and/or 8 to any
# particular output characters.
#
# If your device supports 8-dot braille, or you want to convert a lowercase
# braille file, you may want to use text_nabcc.dis table instead of this one.
#
# For more information, refer to https://en.wikipedia.org/wiki/Braille_ASCII

display \s 0
display A 1
display B 12
display C 14
Expand Down Expand Up @@ -87,4 +99,4 @@ display & 12346
display ( 12356
display ] 12456
display ) 23456
display = 123456
display = 123456
Loading

0 comments on commit c5263e2

Please sign in to comment.