[liblouis-liblouisxml] [liblouisutdml] push by john.bo...@xxxxxxxxxxxxxxxxx - The 'no' semantic action will not add spaces in utd on 2013-10-21 01:54 GMT

  • From: liblouisutdml@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 21 Oct 2013 01:54:51 +0000

Revision: 1888a22db1ab
Branch:   default
Author:   John Boyer <john.boyer@xxxxxxxxxxxxxxxxx>
Date:     Mon Oct 21 01:52:56 2013 UTC
Log:      The 'no' semantic action will not add spaces in utd
http://code.google.com/p/liblouisutdml/source/detail?r=1888a22db1ab

Modified:
 /liblouisutdml/transcribe_document.c
 /liblouisutdml/transcribe_paragraph.c

=======================================
--- /liblouisutdml/transcribe_document.c        Tue Jun  4 10:48:31 2013 UTC
+++ /liblouisutdml/transcribe_document.c        Mon Oct 21 01:52:56 2013 UTC
@@ -53,6 +53,8 @@
   switch (ud->stack[ud->top])
     {
     case no:
+      if (ud->format_for == utd)
+        break;
       if (ud->text_length > 0 && ud->text_length < MAX_LENGTH &&
          ud->text_buffer[ud->text_length - 1] > 32)
        ud->text_buffer[ud->text_length++] = 32;
=======================================
--- /liblouisutdml/transcribe_paragraph.c       Mon Aug 26 10:00:37 2013 UTC
+++ /liblouisutdml/transcribe_paragraph.c       Mon Oct 21 01:52:56 2013 UTC
@@ -203,6 +203,8 @@
   switch (ud->stack[ud->top])
     {
     case no:
+      if (ud->format_for == utd)
+        break;
       if (ud->text_length > 0 && ud->text_length < MAX_LENGTH &&
          ud->text_buffer[ud->text_length - 1] > 32)
        ud->text_buffer[ud->text_length++] = 32;
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] [liblouisutdml] push by john.bo...@xxxxxxxxxxxxxxxxx - The 'no' semantic action will not add spaces in utd on 2013-10-21 01:54 GMT - liblouisutdml