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 @@ ...@@ -98,6 +98,7 @@
\expandafter\@gobblefour\string#1% \expandafter\@gobblefour\string#1%
\fi% \fi%
\else% \else%
%: https://github.com/latex3/latex2e/pull/62
\PackageError{inputenc}{Invalid UTF-8 byte sequence:% \PackageError{inputenc}{Invalid UTF-8 byte sequence:%
\expandafter\UTFviii@splitseq\string#1\relax}% \expandafter\UTFviii@splitseq\string#1\relax}%
\UTFviii@invalid@help \UTFviii@invalid@help
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
}% }%
\fi% \fi%
%: https://github.com/latex3/latex2e/pull/63
% format a number as Unicode codepoint hex % format a number as Unicode codepoint hex
\ifx\UTFviii@hexcodepoint\@undefined% \ifx\UTFviii@hexcodepoint\@undefined%
\def\UTFviii@hexcodepoint#1{% \def\UTFviii@hexcodepoint#1{%
...@@ -44,6 +45,7 @@ ...@@ -44,6 +45,7 @@
}% }%
\fi% \fi%
%: https://github.com/latex3/latex2e/pull/62
% split an invalid byte sequence for output % split an invalid byte sequence for output
\ifx\UTFviii@splitseq\@undefined% \ifx\UTFviii@splitseq\@undefined%
\gdef\UTFviii@splitseq#1:#2\relax{% \gdef\UTFviii@splitseq#1:#2\relax{%
...@@ -57,12 +59,14 @@ ...@@ -57,12 +59,14 @@
}% }%
\fi% \fi%
%: https://github.com/latex3/latex2e/pull/61
% override message to give the byte in hex % override message to give the byte in hex
\def\UTFviii@invalid@err#1{% \def\UTFviii@invalid@err#1{%
\PackageError{inputenc}{Invalid UTF-8 byte "\UTFviii@hexbyte{`#1}}% \PackageError{inputenc}{Invalid UTF-8 byte "\UTFviii@hexbyte{`#1}}%
\UTFviii@invalid@help% \UTFviii@invalid@help%
}% }%
%: https://github.com/latex3/latex2e/pull/63
% override message to format the codepoint correctly % override message to format the codepoint correctly
\gdef\UTFviii@splitcsname#1:#2\relax{% \gdef\UTFviii@splitcsname#1:#2\relax{%
#2 (\expandafter\UTFviii@hexcodepoint\expandafter{% #2 (\expandafter\UTFviii@hexcodepoint\expandafter{%
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
% run the fixup code only if necessary {{{ begin % run the fixup code only if necessary {{{ begin
\ifx\UTFviii@check@three\@undefined% \ifx\UTFviii@check@three\@undefined%
%: not forwarded yet, will only do so once PR#60 (see below) is in
% new check for illegal sequences % new check for illegal sequences
\def\UTFviii@checkseq#1:#2#3\empty{% \def\UTFviii@checkseq#1:#2#3\empty{%
\ifnum`#2<"80 % \ifnum`#2<"80 %
...@@ -116,6 +117,7 @@ ...@@ -116,6 +117,7 @@
\fi% \fi%
}% }%
%: https://github.com/latex3/latex2e/pull/60
% bugfix: disallow too large definitions % bugfix: disallow too large definitions
\let\unicodedomino@parse@XML@charref\parse@XML@charref% \let\unicodedomino@parse@XML@charref\parse@XML@charref%
\gdef\parse@XML@charref{% \gdef\parse@XML@charref{%
...@@ -129,6 +131,7 @@ ...@@ -129,6 +131,7 @@
\unicodedomino@parse@XML@charref% \unicodedomino@parse@XML@charref%
}% }%
%: https://github.com/latex3/latex2e/pull/60
% bugfix: add "F4 to the list of permitted lead octets % bugfix: add "F4 to the list of permitted lead octets
% (needs the above fix) % (needs the above fix)
\begingroup% \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