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

ensure unicodedomino_compat.def is loaded before the others

rationale: in it, we can check for macro existence and load
other macros depending on it, while in the others we replace
upstream-provided or undefined macros sometimes
parent 1b8dbdec
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
\PackageError{unicodedomino}{This package requires UTF-8 input encoding}% \PackageError{unicodedomino}{This package requires UTF-8 input encoding}%
\fi% \fi%
% pull compatibility code for users of older base/utf8ienc.dtx
\input{unicodedomino_compat.def}%
% pull code from other files % pull code from other files
\ifx\UTFviii@check@three\@undefined% \ifx\UTFviii@check@three\@undefined%
\input{unicodedomino_kernel_fixup_f4_and_checkseq.def}% \input{unicodedomino_kernel_fixup_f4_and_checkseq.def}%
...@@ -46,7 +49,6 @@ ...@@ -46,7 +49,6 @@
\input{unicodedomino_kernel_better_decode.def}% \input{unicodedomino_kernel_better_decode.def}%
\fi% \fi%
\input{unicodedomino_kernel_cosmetics.def}% \input{unicodedomino_kernel_cosmetics.def}%
\input{unicodedomino_compat.def}%
% retrieve the last octet % retrieve the last octet
\def\unicodedomino@last#1{% \def\unicodedomino@last#1{%
......
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