From 71c84038822aae6954f01a7804d5aa8cca8af7bb Mon Sep 17 00:00:00 2001 From: wl Date: Wed, 31 Jul 2013 20:19:56 +0000 Subject: Fix overprinting issue with Acrobat reader. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem reported by Heinz-Jürgen Oertel . * src/devices/gropdf/gropdf.pl (do_t, FindChar): Use ascii octal notation (i.e., \015) when outputting characters with value < 32. This fixes a bug which affected acroread when control-M (cr) was embedded in a text string. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba594e94..4f54702d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-07-31 Deri James + + Fix overprinting issue with Acrobat reader. + + Problem reported by Heinz-Jürgen Oertel . + + * src/devices/gropdf/gropdf.pl (do_t, FindChar): Use ascii octal + notation (i.e., \015) when outputting characters with value < 32. + This fixes a bug which affected acroread when control-M (cr) was + embedded in a text string. + 2013-07-16 Werner LEMBERG * tmac/fallbacks.tmac: Make it work in compatibility mode. -- cgit v1.2.1