From 79aa702f26ca87858c4bb872fe388e3501a4f0bc Mon Sep 17 00:00:00 2001
From: mirabilos <m@mirbsd.org>
Date: Sun, 5 Aug 2018 22:23:57 +0200
Subject: [PATCH] mark forwarded

---
 unicodedomino.sty                  | 1 +
 unicodedomino_kernel_cosmetics.def | 4 ++++
 unicodedomino_kernel_fixup.def     | 3 +++
 3 files changed, 8 insertions(+)

diff --git a/unicodedomino.sty b/unicodedomino.sty
index d9aa05e..ca75a92 100644
--- a/unicodedomino.sty
+++ b/unicodedomino.sty
@@ -98,6 +98,7 @@
     \expandafter\@gobblefour\string#1%
    \fi%
   \else%
+%: https://github.com/latex3/latex2e/pull/62
    \PackageError{inputenc}{Invalid UTF-8 byte sequence:%
     \expandafter\UTFviii@splitseq\string#1\relax}%
     \UTFviii@invalid@help
diff --git a/unicodedomino_kernel_cosmetics.def b/unicodedomino_kernel_cosmetics.def
index d84f9a2..1f95f17 100644
--- a/unicodedomino_kernel_cosmetics.def
+++ b/unicodedomino_kernel_cosmetics.def
@@ -30,6 +30,7 @@
  }%
 \fi%
 
+%: https://github.com/latex3/latex2e/pull/63
 % format a number as Unicode codepoint hex
 \ifx\UTFviii@hexcodepoint\@undefined%
  \def\UTFviii@hexcodepoint#1{%
@@ -44,6 +45,7 @@
  }%
 \fi%
 
+%: https://github.com/latex3/latex2e/pull/62
 % split an invalid byte sequence for output
 \ifx\UTFviii@splitseq\@undefined%
  \gdef\UTFviii@splitseq#1:#2\relax{%
@@ -57,12 +59,14 @@
  }%
 \fi%
 
+%: https://github.com/latex3/latex2e/pull/61
 % override message to give the byte in hex
 \def\UTFviii@invalid@err#1{%
  \PackageError{inputenc}{Invalid UTF-8 byte "\UTFviii@hexbyte{`#1}}%
   \UTFviii@invalid@help%
 }%
 
+%: https://github.com/latex3/latex2e/pull/63
 % override message to format the codepoint correctly
 \gdef\UTFviii@splitcsname#1:#2\relax{%
  #2 (\expandafter\UTFviii@hexcodepoint\expandafter{%
diff --git a/unicodedomino_kernel_fixup.def b/unicodedomino_kernel_fixup.def
index 514add7..0f81738 100644
--- a/unicodedomino_kernel_fixup.def
+++ b/unicodedomino_kernel_fixup.def
@@ -27,6 +27,7 @@
 % 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
 % new check for illegal sequences
 \def\UTFviii@checkseq#1:#2#3\empty{%
  \ifnum`#2<"80 %
@@ -116,6 +117,7 @@
  \fi%
 }%
 
+%: https://github.com/latex3/latex2e/pull/60
 % bugfix: disallow too large definitions
 \let\unicodedomino@parse@XML@charref\parse@XML@charref%
 \gdef\parse@XML@charref{%
@@ -129,6 +131,7 @@
  \unicodedomino@parse@XML@charref%
 }%
 
+%: https://github.com/latex3/latex2e/pull/60
 % bugfix: add "F4 to the list of permitted lead octets
 % (needs the above fix)
 \begingroup%
-- 
GitLab