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

mark forwarded

parent 674a3f96
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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{%
......
......@@ -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%
......
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