diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-09 02:21:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-09 02:21:53 +0000 |
commit | 1b0f0ef12617c65edc4d1af6d378c5073c85fc27 (patch) | |
tree | 74c92ec0fce7409d20a6b4732ed47bca5bc974f2 /Build/source | |
parent | a77730921a1d9c08a4342f52025ad6ae613ab1ba (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@39327 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/build-aux/texinfo.tex | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex index 16f116b21cc..0dfc10f2ea8 100644 --- a/Build/source/build-aux/texinfo.tex +++ b/Build/source/build-aux/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2016-01-04.21} +\def\texinfoversion{2016-01-07.22} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -9432,7 +9432,8 @@ directory should work if nowhere else does.} % otherwise the encoding support is completely broken. \ifx\XeTeXrevision\thisisundefined \else -\XeTeXinputencoding "bytes" +\XeTeXdefaultencoding "bytes" % For subsequent files to be read +\XeTeXinputencoding "bytes" % Effective in texinfo.tex only \fi \ifx\luatexversion\thisisundefined @@ -9477,6 +9478,14 @@ callback.register("process_input_buffer", convert_line) % \def\documentencoding{\parseargusing\filenamecatcodes\documentencodingzzz} \def\documentencodingzzz#1{% + % Get input by bytes instead of by UTF-8 codepoints for XeTeX, + % otherwise the encoding support is completely broken. + % This settings is for the document root file. + \ifx\XeTeXrevision\thisisundefined + \else + \XeTeXinputencoding "bytes" + \fi + % % Encoding being declared for the document. \def\declaredencoding{\csname #1.enc\endcsname}% % |