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

move merged codeblock to compat

parent abadde4a
No related branches found
No related tags found
No related merge requests found
......@@ -33,3 +33,12 @@
Do ensure the source document is saved in UTF-8 encoding%
}%
\fi%
% added in v1.2e 2018/09/30(?)
\ifx\UTFviii@hexcodepoint\@undefined%
% override message to format the codepoint correctly
\gdef\UTFviii@splitcsname#1:#2\relax{%
#2 (\expandafter\UTFviii@hexcodepoint\expandafter{%
\the\numexpr\decode@UTFviii#2\relax})%
}%
\fi%
......@@ -20,15 +20,6 @@
}%
\fi%
%: merged
\ifx\UTFviii@hexcodepoint\@undefined%
% override message to format the codepoint correctly
\gdef\UTFviii@splitcsname#1:#2\relax{%
#2 (\expandafter\UTFviii@hexcodepoint\expandafter{%
\the\numexpr\decode@UTFviii#2\relax})%
}%
\fi%
%: reverted partially, override bogus definition
% format a number as Unicode codepoint hex
\gdef\UTFviii@hexcodepoint#1{%
......
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