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

ensure an early death for Jessie/TL2014 systems

also, drop trailing periods from messages; 1.3
parent 29b89b88
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
% makes all UTF-8 available in listings.
\NeedsTeXFormat{LaTeX2e}%
\ProvidesPackage{unicodedomino}[2018/08/05 1.3~ Domino for unknown codepoints]%
\ProvidesPackage{unicodedomino}[2018/08/05 1.3 Domino for unknown codepoints]%
\makeatletter%
\ifx\numexpr\@undefined%
......@@ -37,6 +37,11 @@
\ifx\UTFviii@defined\@undefined%
\PackageError{unicodedomino}{This package requires UTF-8 input encoding}%
\fi%
\ifx\decode@UTFviii\@undefined%
\PackageError{unicodedomino}%
{Your utf8.def is too old, consider updating it}%
{You will need Debian stretch or newer}%
\fi%
% patch up bug in utf8.def that forbade 0xF4 lead byte
\begingroup%
......@@ -210,7 +215,7 @@
\PackageError{inputenc}{%
Invalid\space UTF-8\space byte\space sequence:%
\expandafter\unicodedomino@splithex\string#1\relax%
}{Do ensure the source document is saved in UTF-8 encoding.}%
}{Do ensure the source document is saved in UTF-8 encoding}%
\fi%
\else%
% known char, expand
......
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