mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ff254f27f5
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>
12 lines
607 B
Plaintext
12 lines
607 B
Plaintext
--- 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
|