[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: drop use of unicode library (c5a166d)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Dec 29 10:19:56 CET 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/c5a166dbac1a4f364e0aaacd18e88947ed73713b

>---------------------------------------------------------------

commit c5a166dbac1a4f364e0aaacd18e88947ed73713b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Dec 29 10:19:56 2020 +0100

    drop use of unicode library


>---------------------------------------------------------------

c5a166dbac1a4f364e0aaacd18e88947ed73713b
 doc/luaotfload-latex.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/luaotfload-latex.tex b/doc/luaotfload-latex.tex
index dcf6507..40b01af 100644
--- a/doc/luaotfload-latex.tex
+++ b/doc/luaotfload-latex.tex
@@ -260,7 +260,7 @@
   local stringsub       = string.sub
   local stringgsub      = string.gsub
   %local backslash       = unicode.utf8.char (0x200c)
-  local backslash       = unicode.utf8.char (0x5c)
+  local backslash = string.char(0x5c)
   local escaped         = [[\string\string\string\]]
   document.printlines = function (buffer)
     local lines = string.explode (buffer, "\noexpand\n")





More information about the latex3-commits mailing list.