From ec65ae3158bf028c4f561c56f53daee42d01814c Mon Sep 17 00:00:00 2001 From: mirabilos <m@mirbsd.org> Date: Sun, 5 Aug 2018 22:32:58 +0200 Subject: [PATCH] update PRs (forgot a shared helper; merge 61 into 62) --- unicodedomino_kernel_cosmetics.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unicodedomino_kernel_cosmetics.def b/unicodedomino_kernel_cosmetics.def index 1f95f17..a68f9d1 100644 --- a/unicodedomino_kernel_cosmetics.def +++ b/unicodedomino_kernel_cosmetics.def @@ -22,6 +22,7 @@ %- % Improve error and warning formatting. +%: https://github.com/latex3/latex2e/pull/62 % format a number as two-digit hex \ifx\UTFviii@hexbyte\@undefined% \def\UTFviii@hexbyte#1{% @@ -59,7 +60,7 @@ }% \fi% -%: https://github.com/latex3/latex2e/pull/61 +%: https://github.com/latex3/latex2e/pull/62 % override message to give the byte in hex \def\UTFviii@invalid@err#1{% \PackageError{inputenc}{Invalid UTF-8 byte "\UTFviii@hexbyte{`#1}}% -- GitLab