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

use the actual merged form, and replace the if-defined check:

use the same as for unicodedomino_kernel_fixup_f4_and_checkseq.def
since we can’t check for other added macros etc. yet… we could,
conceivably, use a version check, but given that this is not yet
released, I’m wary of that, and we submit the checkseq RSN
parent 3e841d27
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,11 @@
%-
% Improve error and warning formatting.
%: https://github.com/latex3/latex2e/pull/82 (accepted)
\ifx\unicodedomino@hexbyte\@undefined%
%: merged
\ifx\UTFviii@check@three\@undefined%
% override message to give the byte in hex
\def\UTFviii@invalid@err#1{%
\PackageError{inputenc}{Invalid UTF-8 byte "\unicodedomino@hexbyte{`#1}}%
\PackageError{inputenc}{Invalid UTF-8 byte "\UTFviii@hexnumber{`#1}}%
\UTFviii@invalid@help%
}%
\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