From 74b093e15fd9b1d636ab819c663afed0e890313e Mon Sep 17 00:00:00 2001 From: mirabilos <m@mirbsd.org> Date: Sat, 6 Oct 2018 16:42:09 +0200 Subject: [PATCH] use the actual merged form, and replace the if-defined check: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- unicodedomino_kernel_cosmetics.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unicodedomino_kernel_cosmetics.def b/unicodedomino_kernel_cosmetics.def index e591ff6..604f309 100644 --- a/unicodedomino_kernel_cosmetics.def +++ b/unicodedomino_kernel_cosmetics.def @@ -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% -- GitLab