Skip to content
Snippets Groups Projects
Verified Commit be61e897 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

make \UTFviii@checkseq a \gdef since we wish to use it in a gdef’d

one (namely \decode@UTFviii) soon™
parent 9d297954
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
%: not forwarded yet, will only do so once PR#60 (see below) is in
% new check for illegal sequences
\def\UTFviii@checkseq#1:#2#3\empty{%
\gdef\UTFviii@checkseq#1:#2#3\empty{%
\ifnum`#2<"80 %
\ifx\empty#3\empty%
\else%
......@@ -70,7 +70,7 @@
\fi%
\fi%
}%
\def\UTFviii@check@one#1#2\empty{%
\gdef\UTFviii@check@one#1#2\empty{%
\ifx\empty#2\empty%
\ifnum`#1<"80 %
1%
......@@ -83,7 +83,7 @@
1%
\fi%
}%
\def\UTFviii@check@two#1.#2#3\empty{%
\gdef\UTFviii@check@two#1.#2#3\empty{%
\ifx\empty#3\empty%
1%
\else%
......@@ -98,7 +98,7 @@
\fi%
\fi%
}%
\def\UTFviii@check@three#1.#2.#3#4\empty{%
\gdef\UTFviii@check@three#1.#2.#3#4\empty{%
\ifx\empty#4\empty%
1%
\else%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment