aboutsummaryrefslogtreecommitdiff
path: root/print/mp-letter
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-01-29 13:23:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-01-29 13:23:39 +0000
commitff254f27f512f7c454d3bb11a30b96e3479a23a9 (patch)
tree799c5e3f3e6ce0459f224c8375f95475286ca9bc /print/mp-letter
parente084d641cb614c7899932a0b512d861cf41e4c58 (diff)
downloadports-ff254f27f512f7c454d3bb11a30b96e3479a23a9.tar.gz
ports-ff254f27f512f7c454d3bb11a30b96e3479a23a9.zip
mp defines an ISO Latin 1 character set if one is not provided by the
PostScript interpreter itself. The problem is that some (most?) PostScript level 1 interpreters (such as the Apple Laserwriter Plus!) don't define the ISOLatin1 encoding vector AND don't define a character called `minus'. Therefore, substituting `hyphen' (which is always defined) for `minus', isn't really `wrong' aesthetics not withstanding! :-) A conditional patch would (IMHO, say Jeremy) be overkill: the only people that would be interested in it are typographers, and they probably don't use mp to format their mail anyway. Submitted by: Jeremy Prior <jez@netcraft.co.uk>
Notes
Notes: svn path=/head/; revision=5467
Diffstat (limited to 'print/mp-letter')
-rw-r--r--print/mp-letter/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/mp-letter/files/patch-ad b/print/mp-letter/files/patch-ad
new file mode 100644
index 000000000000..c902fc8c08e2
--- /dev/null
+++ b/print/mp-letter/files/patch-ad
@@ -0,0 +1,11 @@
+--- mp.common.ps.orig Sun Aug 1 13:28:21 1993
++++ mp.common.ps Wed Jan 29 05:17:22 1997
+@@ -22,7 +22,7 @@
+
+ % Define /ISOLatin1Encoding only if it's not already there.
+ /ISOLatin1Encoding where { pop save true }{ false } ifelse
+- /ISOLatin1Encoding [ StandardEncoding 0 45 getinterval aload pop /minus
++ /ISOLatin1Encoding [ StandardEncoding 0 45 getinterval aload pop /hyphen
+ StandardEncoding 46 98 getinterval aload pop /dotlessi /grave /acute
+ /circumflex /tilde /macron /breve /dotaccent /dieresis /.notdef /ring
+ /cedilla /.notdef /hungarumlaut /ogonek /caron /space /exclamdown /cent