[tex4ht-commits] [SCM] tex4ht updated: r423 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Aug 30 10:23:18 CEST 2018


Author: michal_h21
Date: 2018-08-30 11:23:17 +0300 (Thu, 30 Aug 2018)
New Revision: 423

Modified:
   trunk/lit/tex4ht-4ht.tex
Log:
Use vpack_filter in tuenc-luatex to catch all Unicode characters

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2018-07-31 20:03:11 UTC (rev 422)
+++ trunk/lit/tex4ht-4ht.tex	2018-08-30 08:23:17 UTC (rev 423)
@@ -5663,6 +5663,7 @@
   local fontspec = require "fontspec-4ht"
   luatexbase.add_to_callback("pre_linebreak_filter", fontspec.char_to_entity, "Char to entity")
   luatexbase.add_to_callback("hpack_filter", fontspec.char_to_entity, "hpack-char-to-entity")
+  luatexbase.add_to_callback("vpack_filter", fontspec.char_to_entity, "hpack-char-to-entity")
 \end{luacode*}
 \Hinput{tuenc-luatex}
 \endinput



More information about the tex4ht-commits mailing list