diff options
-rw-r--r-- | Build/source/texk/web2c/xetexdir/unicode-char-prep.pl | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex | 6 |
2 files changed, 9 insertions, 1 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} 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} |