diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/docstrip.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/docstrip.dtx | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/base/docstrip.dtx b/Master/texmf-dist/source/latex/base/docstrip.dtx index 29afc6f6267..be3dda6d32d 100644 --- a/Master/texmf-dist/source/latex/base/docstrip.dtx +++ b/Master/texmf-dist/source/latex/base/docstrip.dtx @@ -29,9 +29,9 @@ \catcode`\{=1 \catcode`\}=2 \def\filename{docstrip.dtx} -\def\fileversion{2.5f} -\def\filedate{2018/04/10} -\def\docdate {2018/04/10} +\def\fileversion{2.5g} +\def\filedate{2018/05/03} +\def\docdate {2018/05/03} %% % %\iffalse @@ -1031,6 +1031,19 @@ Z \newlinechar=`\^^J % \end{macrocode} % +% \changes{2.58}{2018/05/03}{Read 8bit raw to leave high bits in the +% .ins files unchanged} +% Reset the catcodes of 8-bit characters so that processing a \texttt{.ins} +% file with plain \TeX\ or \LaTeX\ both work. +% \begin{macrocode} +\count@=128\relax +\loop + \catcode\count@ 12\relax +\ifnum\count@ <255\relax + \advance\count@\@ne +\repeat +% \end{macrocode} +% % \subsubsection{Switches} % \begin{macro}{\ifGenerate} % The program will check if a |