[latex3-commits] [git/LaTeX3-latex3-latex2e] utf-8-protected: guard the uccode used in the UTF-8 loop (34f17c17)
David Carlisle
d.p.carlisle at gmail.com
Sun Feb 20 15:40:41 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : utf-8-protected
Link : https://github.com/latex3/latex2e/commit/34f17c177ae7268590b906cd1bd2a70d21c66142
>---------------------------------------------------------------
commit 34f17c177ae7268590b906cd1bd2a70d21c66142
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sun Feb 20 14:40:41 2022 +0000
guard the uccode used in the UTF-8 loop
>---------------------------------------------------------------
34f17c177ae7268590b906cd1bd2a70d21c66142
base/utf8ienc.dtx | 1 +
1 file changed, 1 insertion(+)
diff --git a/base/utf8ienc.dtx b/base/utf8ienc.dtx
index bb405775..8789dd35 100644
--- a/base/utf8ienc.dtx
+++ b/base/utf8ienc.dtx
@@ -550,6 +550,7 @@
\edef\reserved at a{%
\catcode`\noexpand\~=\the\catcode`\~\relax
\catcode`\noexpand\"=\the\catcode`\"\relax
+\uccode`\noexpand\~=\the\uccode`\~\relax
\count@=\the\count@\relax
\@tempcnta=\the\@tempcnta\relax
\let\noexpand\reserved at a\relax}
More information about the latex3-commits
mailing list.