summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-15 20:51:39 +0000
committerKarl Berry <karl@freefriends.org>2021-09-15 20:51:39 +0000
commit2ab8d255ac281925664fe6aa756933b6d7675995 (patch)
tree0e455900450c1c935088f17449a1de826b6c4f31 /Master/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex
parentd5395b52dba2ebe07547293e65ac15a5c02d9b4f (diff)
unicode-data (15sep21)
git-svn-id: svn://tug.org/texlive/trunk@60516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex')
-rw-r--r--Master/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex b/Master/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex
index abdc6a034ba..f35a9a99c25 100644
--- a/Master/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex
+++ b/Master/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex
@@ -57,7 +57,7 @@
\catcode`\^=7 %
\newlinechar=`\^^J %
\message{^^J}%
- \message{load-unicode-data.tex v1.14 (2020-10-24)^^J}%
+ \message{load-unicode-data.tex v1.15 (2021-09-15)^^J}%
\message{Reading Unicode data^^J}%
% The first stage of parsing is dealing with the fact that there are lots of
% data items separated by |;|. Of those, only a few are needed so they are
@@ -177,15 +177,15 @@
% There is no version data in |UnicodeData.txt|: log that it is being used with
% a hard-coded date (the modification date from ftp.unicode.org). This obviously
% needs to be updated when a new download takes place!
- \message{\string# UnicodeData-13.0.0.txt^^J}%
- \message{\string# Modified 2020-03-12 11:00:00 GMT [JAW]^^J}%
+ \message{\string# UnicodeData-14.0.0.txt^^J}%
+ \message{\string# Modified 2021-09-15 11:00:00 GMT [JAW]^^J}%
% Actually loading the file requires an input stream, done directly.
% There is a blank line at the end of the data source so there is a check
% here for a |\par|.
\def\storedpar{\par}%
\openin0=UnicodeData.txt %
\loop\unless\ifeof0 %
- \read0 to \unicodedataline
+ \read0 to \unicodedataline
\unless\ifx\unicodedataline\storedpar
\expandafter\parseunicodedataI\unicodedataline\relax
\fi