diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-04-27 17:20:14 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-04-27 17:20:14 +0000 |
commit | d2b812efcb00f795dc13fba2c60a3260f2255699 (patch) | |
tree | c822bcaa84210c177daf8ca59dd34e5743db17aa /Build/source/texk/web2c/xetexdir/unicode-char-prep.pl | |
parent | 5e6b41d18045aaff75b7af6ca2a3427386d87dde (diff) |
update xetex to 0.998.1, with ICU zwnj bugfix for Persian etc
git-svn-id: svn://tug.org/texlive/trunk@7682 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/unicode-char-prep.pl')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/unicode-char-prep.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl b/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl index a77fc2f6f4c..e3cfd406c3b 100644 --- a/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl +++ b/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl @@ -99,8 +99,8 @@ print << '__EOT__'; \def\Supplementarytrue{\let\ifSupplementary=\iftrue} \ifnum\XeTeXversion>0 \Supplementarytrue \else - \def\getrevnumber.#1-#2\end{\count255=#1 } - \expandafter\getrevnumber\XeTeXrevision-\end + \def\getrevnumber.#1.#2-#3\end{\count255=#1 } + \expandafter\getrevnumber\XeTeXrevision.-\end \ifnum\count255>996 \Supplementarytrue \fi \fi % definitions for classes and case mappings based on UnicodeData.txt |