[tex4ht-commits] [SCM] tex4ht updated: r481 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Jan 17 10:07:56 CET 2019
Author: michal_h21
Date: 2019-01-17 11:07:56 +0200 (Thu, 17 Jan 2019)
New Revision: 481
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Fixed Unicode range declaration for XeLaTeX
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2019-01-16 20:15:01 UTC (rev 480)
+++ trunk/lit/ChangeLog 2019-01-17 09:07:56 UTC (rev 481)
@@ -1,3 +1,8 @@
+2019-01-17 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (tuenc-xetex-input.4ht): fixed Unicode range character
+ declaration.
+
2019-01-16 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (memoir.4ht): fixed chapter TOC creation
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2019-01-16 20:15:01 UTC (rev 480)
+++ trunk/lit/tex4ht-4ht.tex 2019-01-17 09:07:56 UTC (rev 481)
@@ -5338,9 +5338,10 @@
% register unicode range #1 - #2
\newcommand\xeuniregisterblock[2]{%
\xeuniblock=#1%
- \loop\advance\xeuniblock by 1\relax%
+ \loop%
\expandafter\xeuniregisterchar\expandafter{\the\xeuniblock}%
- \ifnum\xeuniblock<#2%
+ \advance\xeuniblock by 1\relax%
+ \ifnum\xeuniblock<\the\numexpr #2+1\relax%
\repeat%
}
More information about the tex4ht-commits
mailing list