[latex3-commits] [git/LaTeX3-latex3-lualibs] test-v2.73: reenable unicode library, luatex-ja needs it (97df620)
Ulrike Fischer
fischer at troubleshooting-tex.de
Thu Dec 31 12:32:33 CET 2020
Repository : https://github.com/latex3/lualibs
On branch : test-v2.73
Link : https://github.com/latex3/lualibs/commit/97df620c3bb86123b0ac3028999bcd7408e8e381
>---------------------------------------------------------------
commit 97df620c3bb86123b0ac3028999bcd7408e8e381
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Dec 31 12:32:33 2020 +0100
reenable unicode library, luatex-ja needs it
>---------------------------------------------------------------
97df620c3bb86123b0ac3028999bcd7408e8e381
lualibs-basic-merged.lua | 2 +-
lualibs-unicode.lua | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lualibs-basic-merged.lua b/lualibs-basic-merged.lua
index b288b18..92e571a 100644
--- a/lualibs-basic-merged.lua
+++ b/lualibs-basic-merged.lua
@@ -4698,7 +4698,7 @@ if not modules then modules={} end modules ['l-unicode']={
license="see context related readme files"
}
utf=utf or {}
-unicode=nil
+-- unicode=nil
if not string.utfcharacters then
local gmatch=string.gmatch
function string.characters(str)
diff --git a/lualibs-unicode.lua b/lualibs-unicode.lua
index 03016ed..5d9a714 100644
--- a/lualibs-unicode.lua
+++ b/lualibs-unicode.lua
@@ -32,7 +32,7 @@ if not modules then modules = { } end modules ['l-unicode'] = {
-- dump, find, format, gfind, gmatch, gsub, lower, match, rep, reverse, upper
utf = utf or { }
-unicode = nil
+-- unicode = nil
if not string.utfcharacters then
More information about the latex3-commits
mailing list.