[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 02/02: gropdf remaps characters to position 13 (#48986)
From: |
Deri James |
Subject: |
[groff] 02/02: gropdf remaps characters to position 13 (#48986) |
Date: |
Tue, 1 Nov 2016 23:26:48 +0000 (UTC) |
deri pushed a commit to branch master
in repository groff.
commit 4b980242c26d6369cf988a9bd4694efdd50320ec
Author: Deri James <address@hidden>
Date: Tue Nov 1 23:05:33 2016 +0000
gropdf remaps characters to position 13 (#48986)
* src/devices/gropdf/gropdf: Do not remap anything to chr(13)
---
ChangeLog | 6 ++++++
src/devices/gropdf/gropdf.pl | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 95a5823..8a5d700 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2016-11-01 Deri James <address@hidden>
+ gropdf remaps characters to position 13 (#48986 )
+
+ * src/devices/gropdf/gropdf: Do not remap anything to chr(13)
+
+2016-11-01 Deri James <address@hidden>
+
pdfmom was not including $preconv in the initial groff run.
* src/devices/gropdf/pdfmom.pl: Include $preconv in first
diff --git a/src/devices/gropdf/gropdf.pl b/src/devices/gropdf/gropdf.pl
index b95169e..cbfe329 100644
--- a/src/devices/gropdf/gropdf.pl
+++ b/src/devices/gropdf/gropdf.pl
@@ -3289,7 +3289,7 @@ sub RemapChr
foreach my $un (2..$#{$fnt->{GNO}})
{
- $unused=$un,last if $fnt->{GNO}->[$un] eq '/.notdef';
+ $unused=$un,last if $fnt->{GNO}->[$un] eq '/.notdef' and $un ne 14;
}
if (--$unused <= 255)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 02/02: gropdf remaps characters to position 13 (#48986),
Deri James <=