From b5cd6641533ad1d0948dd7f48e9ae390dea72bd2 Mon Sep 17 00:00:00 2001
From: mirabilos <m@mirbsd.org>
Date: Tue, 12 Nov 2019 20:35:20 +0100
Subject: [PATCH] =?UTF-8?q?=E2=80=A6=20some=20digging=20into=20Te=CF=87=20?=
 =?UTF-8?q?engine=20internals=20later=E2=80=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

(utf8.def is now included in the “fmt file” instead of being
 processed at compile time)

cf. https://www.overleaf.com/learn/latex/Articles/The_two_modes_of_TeX_engines:_INI_mode_and_production_mode
---
 unicodedomino_compat.def | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/unicodedomino_compat.def b/unicodedomino_compat.def
index 61e2504..8c8a603 100644
--- a/unicodedomino_compat.def
+++ b/unicodedomino_compat.def
@@ -46,6 +46,9 @@
 \fi%
 
 % added in v1.2f 2018/10/05
+% unfortunately there’s no \@ifpackagelater equivalent for utf8.def,
+% especially considering it’s part of the fmt file nowadays, so we
+% check for the next added macro (after v1.2h) :/
 \ifx\UTFviii@two@octets@combine\@undefined%
  % override message to give the byte in hex
  \def\UTFviii@invalid@err#1{%
-- 
GitLab