diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-26 01:23:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-26 01:23:32 +0000 |
commit | e464beac115aa718160d470a52c498f146667299 (patch) | |
tree | ac606001c439955b2e104f9247c5f0a648841bb0 /Master/texmf-dist/tex | |
parent | 116a17a75091ad2d1cf41d9d1e1c738084620197 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/texinfo/texinfo.tex | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex index 5fe81b4c28e..929418c760e 100644 --- a/Master/texmf-dist/tex/texinfo/texinfo.tex +++ b/Master/texmf-dist/tex/texinfo/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{2019-02-16.14} +\def\texinfoversion{2019-02-23.16} % % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc. @@ -11191,21 +11191,14 @@ directory should work if nowhere else does.} \relax } -% define all Unicode characters we know about, for the sake of @U. +% Define all Unicode characters we know about. This makes UTF-8 the default +% input encoding and allows @U to work. \iftxinativeunicodecapable \nativeunicodechardefsatu \else \utfeightchardefs \fi - -% Make non-ASCII characters printable again for compatibility with -% existing Texinfo documents that may use them, even without declaring a -% document encoding. -% -\setnonasciicharscatcode \other - - \message{formatting,} \newdimen\defaultparindent \defaultparindent = 15pt |