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

fixup upstream bug, allows all four-byte sequences

parent 8043d841
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,14 @@
\PackageError{unicodedomino}{This package requires UTF-8 input encoding}%
\fi%
% patch up bug in utf8.def that forbade 0xF4 lead byte
\begingroup%
\catcode`\~13
\uccode`\~"F4
\def\UTFviii@tmp{\xdef~{\noexpand\UTFviii@four@octets\string~}}%
\uppercase\expandafter{\UTFviii@tmp}%
\endgroup%
% nicer printing of codepoint hex numbers, not strictly necessary
\def\unicodedomino@codepoint#1{%
\ifnum#1>1048575%
......
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