summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-26 22:44:12 +0000
committerKarl Berry <karl@freefriends.org>2022-02-26 22:44:12 +0000
commite6a1a625bb0f2a0eadaf1c4de9680a0a21e33254 (patch)
tree56f7bf99d2ddc25ea09002e021128d6f33bb3246 /Master/texmf-dist/tex/luatex
parent752b54e41884419bc256f0b18222a7fc40c3ebe4 (diff)
lua-uni-algos (26feb22)
git-svn-id: svn://tug.org/texlive/trunk@62204 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex')
-rw-r--r--Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-algos.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-case.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-normalize.lua4
-rw-r--r--Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-parse.lua2
5 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-algos.lua b/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-algos.lua
index d965fc2d303..e7af6a834fd 100644
--- a/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-algos.lua
+++ b/Master/texmf-dist/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/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-case.lua b/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-case.lua
index 33088155ae6..ae1ad2b7724 100644
--- a/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-case.lua
+++ b/Master/texmf-dist/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/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua b/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua
index 73ea8008d7a..4d80afab33a 100644
--- a/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua
+++ b/Master/texmf-dist/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/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-normalize.lua b/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-normalize.lua
index d54b82032bf..9fc43eda7cf 100644
--- a/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-normalize.lua
+++ b/Master/texmf-dist/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/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-parse.lua b/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-parse.lua
index 0ac3610dd49..df828eefa7e 100644
--- a/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-parse.lua
+++ b/Master/texmf-dist/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