[latex3-commits] [latex3/latex2e] develop: Update lua-uni-alogs (90570836)
github at latex-project.org
github at latex-project.org
Thu Mar 14 12:29:05 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/9057083619caabd2ca13855da1170d91b7a1265f
>---------------------------------------------------------------
commit 9057083619caabd2ca13855da1170d91b7a1265f
Author: Joseph Wright <joseph at texdev.net>
Date: Thu Mar 14 11:29:05 2024 +0000
Update lua-uni-alogs
>---------------------------------------------------------------
9057083619caabd2ca13855da1170d91b7a1265f
texmf/tex/luatex/lua-uni-algos/lua-uni-algos.lua | 2 +-
texmf/tex/luatex/lua-uni-algos/lua-uni-case.lua | 2 +-
texmf/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua | 2 +-
texmf/tex/luatex/lua-uni-algos/lua-uni-normalize.lua | 4 ++--
texmf/tex/luatex/lua-uni-algos/lua-uni-parse.lua | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/texmf/tex/luatex/lua-uni-algos/lua-uni-algos.lua b/texmf/tex/luatex/lua-uni-algos/lua-uni-algos.lua
index d965fc2d..e7af6a83 100644
--- a/texmf/tex/luatex/lua-uni-algos/lua-uni-algos.lua
+++ b/texmf/tex/luatex/lua-uni-algos/lua-uni-algos.lua
@@ -1,5 +1,5 @@
-- lua-uni-algos.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
--
-- This work may be distributed and/or modified under the
-- conditions of the LaTeX Project Public License, either version 1.3
diff --git a/texmf/tex/luatex/lua-uni-algos/lua-uni-case.lua b/texmf/tex/luatex/lua-uni-algos/lua-uni-case.lua
index 33088155..ae1ad2b7 100644
--- a/texmf/tex/luatex/lua-uni-algos/lua-uni-case.lua
+++ b/texmf/tex/luatex/lua-uni-algos/lua-uni-case.lua
@@ -1,5 +1,5 @@
-- lua-uni-graphemes.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
--
-- This work may be distributed and/or modified under the
-- conditions of the LaTeX Project Public License, either version 1.3
diff --git a/texmf/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua b/texmf/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua
index 73ea8008..4d80afab 100644
--- a/texmf/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua
+++ b/texmf/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua
@@ -1,5 +1,5 @@
-- lua-uni-graphemes.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
--
-- This work may be distributed and/or modified under the
-- conditions of the LaTeX Project Public License, either version 1.3
diff --git a/texmf/tex/luatex/lua-uni-algos/lua-uni-normalize.lua b/texmf/tex/luatex/lua-uni-algos/lua-uni-normalize.lua
index d54b8203..9fc43eda 100644
--- a/texmf/tex/luatex/lua-uni-algos/lua-uni-normalize.lua
+++ b/texmf/tex/luatex/lua-uni-algos/lua-uni-normalize.lua
@@ -1,5 +1,5 @@
-- lua-uni-normalize.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
--
-- This work may be distributed and/or modified under the
-- conditions of the LaTeX Project Public License, either version 1.3
@@ -115,7 +115,7 @@ local ccc, composition_mapping, decomposition_mapping, compatibility_mapping, nf
local first_decomp = decomposition_mapping[first]
if not first_decomp then return false end
if fixup_decomp(first_decomp) then
- print('nested', first)
+ -- print('nested', first)
end
move(decomp, 2, #decomp, #first_decomp + 1)
move(first_decomp, 1, #first_decomp, 1, decomp)
diff --git a/texmf/tex/luatex/lua-uni-algos/lua-uni-parse.lua b/texmf/tex/luatex/lua-uni-algos/lua-uni-parse.lua
index 0ac3610d..df828eef 100644
--- a/texmf/tex/luatex/lua-uni-algos/lua-uni-parse.lua
+++ b/texmf/tex/luatex/lua-uni-algos/lua-uni-parse.lua
@@ -1,5 +1,5 @@
-- lua-uni-parse.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
--
-- This work may be distributed and/or modified under the
-- conditions of the LaTeX Project Public License, either version 1.3
More information about the latex3-commits
mailing list.