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

move fixup condition out of fixup file

parent 05c0c834
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,9 @@ ...@@ -44,7 +44,9 @@
\fi% \fi%
% pull code from other files % pull code from other files
\input{unicodedomino_kernel_fixup_f4_and_checkseq.def}% \ifx\UTFviii@check@three\@undefined%
\input{unicodedomino_kernel_fixup_f4_and_checkseq.def}%
\fi%
\input{unicodedomino_kernel_cosmetics.def}% \input{unicodedomino_kernel_cosmetics.def}%
\input{unicodedomino_compat.def}% \input{unicodedomino_compat.def}%
......
...@@ -24,9 +24,6 @@ ...@@ -24,9 +24,6 @@
% as well as codepoints outside of the Unicode range [0;10FFFF]. Add % as well as codepoints outside of the Unicode range [0;10FFFF]. Add
% "F4 to the list of permitted lead octets. % "F4 to the list of permitted lead octets.
% run the fixup code only if necessary {{{ begin
\ifx\UTFviii@check@three\@undefined%
%: not forwarded yet, will only do so once PR#60 (see below) is in %: not forwarded yet, will only do so once PR#60 (see below) is in
% new check for illegal sequences % new check for illegal sequences
\def\UTFviii@checkseq#1:#2#3\empty{% \def\UTFviii@checkseq#1:#2#3\empty{%
...@@ -140,6 +137,3 @@ ...@@ -140,6 +137,3 @@
\def\UTFviii@tmp{\xdef~{\noexpand\UTFviii@four@octets\string~}}% \def\UTFviii@tmp{\xdef~{\noexpand\UTFviii@four@octets\string~}}%
\uppercase\expandafter{\UTFviii@tmp}% \uppercase\expandafter{\UTFviii@tmp}%
\endgroup% \endgroup%
% run the fixup code only if necessary }}} end
\fi%
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