summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/enctex.ch7
2 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 822cb9a225c..cac74597106 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-28 Karl Berry <karl@tug.org>
+
+ * enctex.ch: patch for \^^ab control sequences from Petr Olsak.
+
2014-09-25 Peter Breitenlohner <peb@mppmu.mpg.de>
* w2c/config.h: Bug fix: integer64 must always be a 64bit type,
diff --git a/Build/source/texk/web2c/enctex.ch b/Build/source/texk/web2c/enctex.ch
index 13ff30d1faf..c0f5bfe4fa5 100644
--- a/Build/source/texk/web2c/enctex.ch
+++ b/Build/source/texk/web2c/enctex.ch
@@ -315,6 +315,13 @@ begin
end;
@z
+@x [24.355] - encTeX: deactivated when reading such \^^ab control sequences
+ limit:=limit-d; first:=first-d;
+@y
+ limit:=limit-d; first:=first-d;
+ if mubyte_in>0 then mubyte_keep := k-loc;
+@z
+
@x [24.356] - encTeX: access the buffer via read_buffer
begin repeat cur_chr:=buffer[k]; cat:=cat_code(cur_chr); incr(k);
until (cat<>letter)or(k>limit);