[liblouis-liblouisxml] [liblouis] r998 committed - Changed ENDSEGMENT indicator from space to punctuaion

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 10 Jun 2013 06:18:36 +0000

Revision: 998
Author:   john.boyer@xxxxxxxxxxxxxxxxx
Date:     Sun Jun  9 23:18:21 2013
Log:      Changed ENDSEGMENT indicator from space to punctuaion
http://code.google.com/p/liblouis/source/detail?r=998

Modified:
 /trunk/liblouis/compileTranslationTable.c

=======================================
--- /trunk/liblouis/compileTranslationTable.c   Thu Jun  6 00:28:03 2013
+++ /trunk/liblouis/compileTranslationTable.c   Sun Jun  9 23:18:21 2013
@@ -4723,7 +4723,7 @@
   compileString ("noback sign \\x0000 0");
   compileString ("space \\x00a0 a unbreakable space");
   compileString ("space \\x001b 1b escape");
-  compileString ("space \\xffff 123456789abcdef ENDSEGMENT");
+  compileString ("punctuation \\xffff 123456789abcdef ENDSEGMENT");
   listLength = strlen (tableList);
   for (k = currentListPos; k < listLength; k++)
     if (tableList[k] == ',')
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] r998 committed - Changed ENDSEGMENT indicator from space to punctuaion - liblouis