diff options
-rw-r--r-- | Build/source/texk/tex4htk/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/tex4htk/tex4ht.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/tex4htk/ChangeLog b/Build/source/texk/tex4htk/ChangeLog index 9199e44d177..ea32aafc550 100644 --- a/Build/source/texk/tex4htk/ChangeLog +++ b/Build/source/texk/tex4htk/ChangeLog @@ -1,3 +1,8 @@ +2016-09-21 Karl Berry <karl@tug.org> + + * tex4ht.c (main): allow any id byte <= 10, for xetex. + It was updated to 7 in XeTeX for TL 2016. + 2016-06-14 Karl Berry <karl@tug.org> * Makefile.am (shell_scripts): re-add xhlatex. diff --git a/Build/source/texk/tex4htk/tex4ht.c b/Build/source/texk/tex4htk/tex4ht.c index 154148ddab7..1c977156c1d 100644 --- a/Build/source/texk/tex4htk/tex4ht.c +++ b/Build/source/texk/tex4htk/tex4ht.c @@ -6809,8 +6809,8 @@ if( (i<4) || ((ch != 2 -) && (ch != -5 +) && (ch > +10 )) ) bad_dvi; |