[latex3-commits] [latex3/unicode-data] main: Adjust XeTeX data loader for changes in EastAsianWidth data file (aaf7b7e)
github at latex-project.org
github at latex-project.org
Mon Sep 18 11:02:25 CEST 2023
Repository : https://github.com/latex3/unicode-data
On branch : main
Link : https://github.com/latex3/unicode-data/commit/aaf7b7ee84e76b6e94ab635bb3539c4a9963c4f9
>---------------------------------------------------------------
commit aaf7b7ee84e76b6e94ab635bb3539c4a9963c4f9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Sep 18 10:02:25 2023 +0100
Adjust XeTeX data loader for changes in EastAsianWidth data file
>---------------------------------------------------------------
aaf7b7ee84e76b6e94ab635bb3539c4a9963c4f9
README.md | 1 +
load-unicode-xetex-classes.tex | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2c80da2..a57cb5b 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,7 @@ Changes
- Update data files to Unicode release 15.0.0
- v1.17 (2023-09-18)
- Update data files to Unicode release 15.1.0
+ - Adjust `load-unicode-xetex-classes.txt` for modified data file format
License and permission
======================
diff --git a/load-unicode-xetex-classes.tex b/load-unicode-xetex-classes.tex
index 540256f..1eb383b 100644
--- a/load-unicode-xetex-classes.tex
+++ b/load-unicode-xetex-classes.tex
@@ -79,7 +79,7 @@
}%
% Both files to be parsed here have potential ranges of code points: find the
% first entry and search for the second.
- \def\parseunicodedataII#1;#2 #3\relax{%
+ \def\parseunicodedataII#1; #2 #3\relax{%
\parseunicodedataIII#1....\relax{#2}%
}%
% From plain: may not be defined (yet).
More information about the latex3-commits
mailing list.