summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/enctex/utf8off.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-21 17:23:56 +0000
committerKarl Berry <karl@freefriends.org>2012-12-21 17:23:56 +0000
commit2000e2695d5fb96d841cebbaf0270b152e6e038e (patch)
tree711bd5206351361b5c8c244238694e23ef7b1974 /Master/texmf-dist/tex/generic/enctex/utf8off.tex
parent1ecf8b73c2570794c61fc9773c79a9b8b76c4567 (diff)
manual update of enctex files in csplain.tar.gz
git-svn-id: svn://tug.org/texlive/trunk@28602 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/enctex/utf8off.tex')
-rw-r--r--Master/texmf-dist/tex/generic/enctex/utf8off.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/enctex/utf8off.tex b/Master/texmf-dist/tex/generic/enctex/utf8off.tex
new file mode 100644
index 00000000000..d75597a19d4
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/enctex/utf8off.tex
@@ -0,0 +1,26 @@
+% utf8off.tex ... switches off the encTeX \mubyte tables
+% ------------------------------------------------------
+% Petr Olsak, Oct. 2012
+%
+% You can write
+%
+% \input utf8off
+%
+% at the beginning of your old ISO-8859-2 encoded document and all
+% processing is in the old manner.
+% If encTeX is not detected, nothing is done.
+
+\ifx\mubytein\undefined
+ \message{WARNING: encTeX isn't initialised, settings are ignored}
+ \expandafter\endinput \fi
+
+\message{The encTeX's \noexpand\mubyte tables are switched off.}
+\mubytein=0 \mubyteout=0 \mubytelog=0
+\ifx\xprncodes\undefined \else \xprncodes=1 \fi
+
+\def\clearmubyte{{\count0=128
+ \loop \lccode`@=\count0 \lowercase{\mubyte @@\endmubyte}\advance \count0 by1
+ \ifnum\count0<256 \repeat}}
+
+
+% end of file