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 /Master/texmf-dist | |
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 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex b/Master/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex index daed9c8dea6..faceac01a8a 100644 --- a/Master/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex +++ b/Master/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex @@ -1,6 +1,6 @@ % Do not edit this file! % Created from UnicodeData.txt, EastAsianWidth.txt, LineBreak.txt -% by unicode-char-prep.pl on Sun Apr 27 16:06:03 BST 2008. +% by unicode-char-prep.pl on Fri 7 Aug 2009 01:30:43 BST. % In case of errors, fix the Perl script instead. \begingroup @@ -13457,6 +13457,10 @@ \m E01EF \fi % end ifSupplementary +% 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} |