summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/unicode-data
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-08 00:03:41 +0000
committerKarl Berry <karl@freefriends.org>2016-01-08 00:03:41 +0000
commitfe3a6590bc71cd2ec23dac62b6d39404d5348534 (patch)
tree22bced3762a5e159acaafef03d6c9567168b8fca /Master/texmf-dist/tex/generic/unicode-data
parente6cd0f91db8da2a477425aeeac70568b3702c6c0 (diff)
unicode-data (7jan16)
git-svn-id: svn://tug.org/texlive/trunk@39307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/unicode-data')
-rw-r--r--Master/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex2
-rw-r--r--Master/texmf-dist/tex/generic/unicode-data/load-unicode-xetex-classes.tex6
2 files changed, 5 insertions, 3 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 d2d5982eb8f..6651255d1d7 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
@@ -71,7 +71,7 @@
\catcode`\^=7 %
\newlinechar=`\^^J %
\message{^^J}%
- \message{load-unicode-data.tex v1.1 (2016-01-04)^^J}%
+ \message{load-unicode-data.tex v1.1a (2016-01-06)^^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
diff --git a/Master/texmf-dist/tex/generic/unicode-data/load-unicode-xetex-classes.tex b/Master/texmf-dist/tex/generic/unicode-data/load-unicode-xetex-classes.tex
index c8572646698..80bac586ad1 100644
--- a/Master/texmf-dist/tex/generic/unicode-data/load-unicode-xetex-classes.tex
+++ b/Master/texmf-dist/tex/generic/unicode-data/load-unicode-xetex-classes.tex
@@ -62,7 +62,7 @@
\catcode`\^=7 %
\newlinechar=`\^^J %
\message{^^J}%
- \message{load-unicode-xetex-classes.tex v1.1 (2016-01-04)^^J}%
+ \message{load-unicode-xetex-classes.tex v1.1a (2016-01-06)^^J}%
\message{Reading Unicode east Asian character class data^^J}%
% A string version of |#| will be needed to look for comment lines in the
% source. Once that is done proper parsing can begin.
@@ -96,12 +96,14 @@
\expandafter\def\csname EAW@\number"#1\endcsname{#4}%
\ifx\relax#2\relax
\else
+ \let\savedbody\body
\count0="#1 %
\loop
\ifnum\count0<"#2 %
\advance\count0 by 1 %
\expandafter\def\csname EAW@\number\count0\endcsname{#4}%
\repeat
+ \let\body\savedbody
\fi
}%
% A shared routine for reading the data files: only one part of the parser
@@ -185,7 +187,7 @@
\count0="#1 %
\loop
\ifnum\count0<"#2 %
- \global\XeTeXcharclass\count0=1 %
+ \global\XeTeXcharclass\count0=\XeTeXcharclassID
\advance\count0 by 1 %
\repeat
\endgroup