diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/docstrip.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/docstrip.dtx | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/base/docstrip.dtx b/Master/texmf-dist/source/latex/base/docstrip.dtx index cedf3c4a381..29afc6f6267 100644 --- a/Master/texmf-dist/source/latex/base/docstrip.dtx +++ b/Master/texmf-dist/source/latex/base/docstrip.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993-2017 +% Copyright 1993-2018 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -29,9 +29,9 @@ \catcode`\{=1 \catcode`\}=2 \def\filename{docstrip.dtx} -\def\fileversion{2.5e} -\def\filedate{2014/09/29} -\def\docdate {2017/03/13} +\def\fileversion{2.5f} +\def\filedate{2018/04/10} +\def\docdate {2018/04/10} %% % %\iffalse @@ -3034,6 +3034,18 @@ Z \makeOther\~\makeOther\{\makeOther\}\makeOther\&% \endlinechar-1\relax % \end{macrocode} +% To avoid any UTF-8 handling of characters we set code points +% 128--255 to other. +% \changes{2.5f}{2018/04/10}{Read 8bit raw to leave high bits in the +% code to unchanged without utf8 handling (issue 34)} +% \begin{macrocode} + \@tempcnta=128\relax + \loop + \catcode\@tempcnta 12\relax + \ifnum\@tempcnta <255\relax + \advance\@tempcnta\@ne + \repeat +% \end{macrocode} % Then we start a loop to process the lines in the file one by one. % \begin{macrocode} \loop |