summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/ptex/base/eptex.src
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/ptex/base/eptex.src')
-rw-r--r--Master/texmf-dist/tex/ptex/base/eptex.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/ptex/base/eptex.src b/Master/texmf-dist/tex/ptex/base/eptex.src
index 927cbdebc93..b991b0850b8 100644
--- a/Master/texmf-dist/tex/ptex/base/eptex.src
+++ b/Master/texmf-dist/tex/ptex/base/eptex.src
@@ -318,7 +318,18 @@
\input \l@ngdefnfile % use "language.def" after warning
\fi
\else
+ \bgroup
+ \count@=128
+ \loop\ifnum\count@<256\relax
+ \lccode\count@=\count@\advance\count@\@ne
+ \repeat
+ \count@=0
+ \loop\ifnum\count@<32\relax
+ \lccode\count@=\count@\advance\count@\@ne
+ \repeat
\input \l@ngdefnfile % "language.def" open & valid
+
+ \egroup % the above empty line is needed to end the argument of \input
\fi
% All that was just to set up natural language handling...