[liblouis-liblouisxml] [liblouis] r901 committed - Added a table for U.K. English 8 dot Computer braille thanks to David ...

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 21 Jan 2013 15:12:10 +0000

Revision: 901
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Mon Jan 21 07:11:51 2013
Log: Added a table for U.K. English 8 dot Computer braille thanks to David Reynolds

http://code.google.com/p/liblouis/source/detail?r=901

Added:
 /trunk/tables/en-gb-comp8.ctb
Modified:
 /trunk/AUTHORS
 /trunk/ChangeLog
 /trunk/NEWS
 /trunk/tables/Makefile.am

=======================================
--- /dev/null
+++ /trunk/tables/en-gb-comp8.ctb       Mon Jan 21 07:11:51 2013
@@ -0,0 +1,60 @@
+# liblouis: U.K. English 8 dot Computer braille table
+#
+#  Copyright (C) 2013 David Reynolds <dkreynolds@xxxxxxxxxxxx>
+#
+#  This file is part of liblouis.
+#
+#  liblouis is free software: you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as
+#  published by the Free Software Foundation, either version 3 of the
+#  License, or (at your option) any later version.
+#
+#  liblouis is distributed in the hope that it will be useful, but
+#  WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with liblouis. If not, see
+#  <http://www.gnu.org/licenses/>.
+
+space \t 9 tab
+space \s 0 blank
+space \x00a0 a unbreakable space
+sign \x000a 24578 newline
+space \x000d 13478 carriage return
+include latinLetterDef8Dots.uti
+punctuation , 2
+punctuation ; 23
+punctuation : 25
+punctuation . 256
+punctuation ! 3456
+punctuation " 4
+punctuation ' 3
+punctuation ( 45
+punctuation ) 345
+punctuation - 36
+sign _ 456
+math < 236
+math = 2356
+math > 356
+sign % 46
+math + 236
+math ~ 14567
+sign ` 3457
+sign & 12346
+sign $ 34567
+punctuation ? 26
+punctuation { 123567
+punctuation [ 12356
+punctuation } 234567
+punctuation ] 23456
+sign ^ 6
+sign @ 2346
+sign # 56
+sign \\ 167
+sign | 468
+math / 34
+sign * 35
+digit 0 123456
+include digits6DotsPlusDot6.uti
=======================================
--- /trunk/AUTHORS      Fri Dec  7 07:13:54 2012
+++ /trunk/AUTHORS      Mon Jan 21 07:11:51 2013
@@ -51,3 +51,5 @@
 Joseph Lee <joseph.lee22590@xxxxxxxxx>

 Paul Wood <paulw.torchtrust@xxxxxxxxx>
+
+David Reynolds <dkreynolds@xxxxxxxxxxxx>
=======================================
--- /trunk/ChangeLog    Mon Jan 21 00:31:10 2013
+++ /trunk/ChangeLog    Mon Jan 21 07:11:51 2013
@@ -1,3 +1,8 @@
+2013-01-21  David Reynolds <dkreynolds@xxxxxxxxxxxx>
+
+       * tables/en-gb-comp8.ctb: Added a table for U.K. English 8 dot
+       Computer braille.
+
 2013-01-21  Joseph Lee <joseph.lee22590@xxxxxxxxx>

        * tables/en-ueb-g2.ctb: Improvements based on Leona's requested
=======================================
--- /trunk/NEWS Fri Jan 18 06:02:17 2013
+++ /trunk/NEWS Mon Jan 21 07:11:51 2013
@@ -5,6 +5,8 @@
 ** New features
 *** New Braille tables
     - Korean grade 1 and grade 2 thanks to Joseph Lee
+    - U.K. English 8 dot Computer braille table thanks to David
+      Reynolds

 ** Braille Table Improvements
    - Corrections to Unified English Braille Code (Grade 2), thanks to
=======================================
--- /trunk/tables/Makefile.am   Fri Jan  4 01:21:17 2013
+++ /trunk/tables/Makefile.am   Mon Jan 21 07:11:51 2013
@@ -60,6 +60,7 @@
        dra.ctb \
        en_CA.ctb \
        en-chess.ctb \
+       en-gb-comp8.ctb \
        en-gb-g1.utb \
        en-GB-g2.ctb \
        en-ueb-g1.ctb \
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r901 committed - Added a table for U.K. English 8 dot Computer braille thanks to David ... - liblouis