summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/enctex/changes.txt7
-rw-r--r--Master/texmf-dist/doc/generic/enctex/encdoc-e.pdfbin134361 -> 111466 bytes
-rw-r--r--Master/texmf-dist/doc/generic/enctex/encdoc.pdfbin152083 -> 134143 bytes
-rw-r--r--Master/texmf-dist/tex/generic/enctex/utf8unkn.tex4
-rw-r--r--Master/texmf-dist/tex/generic/enctex/utf8warn.tex8
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo2
6 files changed, 16 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/enctex/changes.txt b/Master/texmf-dist/doc/generic/enctex/changes.txt
index fc601f63b71..d8080ec48df 100644
--- a/Master/texmf-dist/doc/generic/enctex/changes.txt
+++ b/Master/texmf-dist/doc/generic/enctex/changes.txt
@@ -30,3 +30,10 @@
2010/01/21 plain-*-dc.tex removed (obsolete)
ecfonts.tex, dcfonts.tex removed (name conflict)
plain-utf8-ec.tex corrected (contents of ecfonts.tex included)
+
+2012/10/31 utf8unkn.tex modyfied (\errmessage BAD UTF-8 INPUT added).
+ Files mixcodes.tex, utf8lat1.tex, utf8lata.tex, utf8off.tex added.
+
+2012/11/25 utf8off.tex: \def\clearmubyte added.
+
+2014/05/08 utf8unkn.tex: \errorcontextlines=-1 added.
diff --git a/Master/texmf-dist/doc/generic/enctex/encdoc-e.pdf b/Master/texmf-dist/doc/generic/enctex/encdoc-e.pdf
index 059b94e6074..e3864418cb0 100644
--- a/Master/texmf-dist/doc/generic/enctex/encdoc-e.pdf
+++ b/Master/texmf-dist/doc/generic/enctex/encdoc-e.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/enctex/encdoc.pdf b/Master/texmf-dist/doc/generic/enctex/encdoc.pdf
index 361b6cb685e..3af49ad615a 100644
--- a/Master/texmf-dist/doc/generic/enctex/encdoc.pdf
+++ b/Master/texmf-dist/doc/generic/enctex/encdoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/generic/enctex/utf8unkn.tex b/Master/texmf-dist/tex/generic/enctex/utf8unkn.tex
index 88a9027906c..3d9dd2ed0a1 100644
--- a/Master/texmf-dist/tex/generic/enctex/utf8unkn.tex
+++ b/Master/texmf-dist/tex/generic/enctex/utf8unkn.tex
@@ -47,10 +47,10 @@
\expandafter\noconvert\noexpand#2%
\expandafter\noconvert\noexpand#3}%
\fi\fi\fi}
-\def\badutfinput{%
+\def\badutfinput{{\errorcontextlines=-1
\errhelp={Try to set mubytein=0 or input utf8off or input mixcodes.}
\errmessage{UTF-8 INPUT IS CORRUPTED !
- \space May be you are using another input encoding}}
+ \space May be you are using another input encoding}}}
\def\missingutfchar#1{{\day=0
\ifnum\day=0 % this makes me more robust in message prameter
\newlinechar=`^^J \chardef\$=\xprncode255
diff --git a/Master/texmf-dist/tex/generic/enctex/utf8warn.tex b/Master/texmf-dist/tex/generic/enctex/utf8warn.tex
index 7a4680d4ea3..6b1fe9d3b36 100644
--- a/Master/texmf-dist/tex/generic/enctex/utf8warn.tex
+++ b/Master/texmf-dist/tex/generic/enctex/utf8warn.tex
@@ -1,7 +1,13 @@
% Warnings for all undeclared UTF-8 codes
% =======================================
% Petr+Mirek Olsak Sep. 2009
-%
+
+% Note: this file is an old version of utf8unkn.tex which is currently
+% used by csplain by default (since Dec. 2012). If you are using
+% csplain then you need not this file (utf8unkn.tex is preloaded already).
+% This file is saved in enctex package only for archive purposes.
+% Petr Olsak, May 2014
+
% Suppose, you are using encTeX for reading UTF-8 codes in input.
% Possibly, not all UTF-8 codes are declared by \mubyte..\endmubyte
% in your macros. You can do
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index df1fd3081e4..ddf9351fdd7 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -352,8 +352,6 @@ sub prepare {
} elsif ($pkg eq "enctex") {
unlink ("$tmpdir/TDS_READY"); # not tds
- # one more file not in tarball
- system ("cp -p $CTAN/systems/enctex/utf8warn.tex $tmpdir/");
}
return $tmpdir;