diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2009-08-07 00:50:17 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2009-08-07 00:50:17 +0000 |
commit | 455929a0c1883616bb0b4db84ac28502a76dce13 (patch) | |
tree | 91dad6d5026ddfcdcf983ea76260af41457ea6f3 /Build/source/texk/web2c/xetexdir | |
parent | b2c2a9d42122fca7e82db1534a6e9dba68560022 (diff) |
unicode-letters update for xetex (set \sfcode of closing quotes)
git-svn-id: svn://tug.org/texlive/trunk@14565 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/unicode-char-prep.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl b/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl index 47751f54581..4c2bf19e9ae 100644 --- a/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl +++ b/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl @@ -175,6 +175,10 @@ if ($supp == 1) { print << '__EOT__'; +% set \sfcode for Unicode closing quotes +\sfcode"2019=0 +\sfcode"201D=0 + % check whether the interchar toks features are present \ifx\XeTeXinterchartoks\XeTeXcharclass \def\next{\endgroup\endinput} |