summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2020-07-02 21:06:29 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2020-07-02 21:06:29 -0700
commit61be48a383dd951f036631ea35723f2a6a8b96ee (patch)
treee78a5623dfc352fa8685bbca2d6b4e759f63b7ac
parent07b10a1706eb6732e88b6d46d9bf42172881315e (diff)
downloadnasm-61be48a383dd951f036631ea35723f2a6a8b96ee.tar.gz
doc: swap 'hyphen' and 'minus' in PostScript definition
It appears that at least with the Adobe Source fonts: 'hyphen' -> U+002D (ASCII) 'minus' -> U+2212 This is ugly for cut & paste purposes. Reported-by: C. Masloch <pushbx@ulukai.org> Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
-rwxr-xr-xdoc/genps.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/genps.pl b/doc/genps.pl
index b5a1a8a2..72985cc7 100755
--- a/doc/genps.pl
+++ b/doc/genps.pl
@@ -237,7 +237,7 @@ if (defined($fontmap)) {
'dieresis', undef, 'ring', 'cedilla', undef, 'hungarumlaut',
'ogonek', 'caron', 'space', 'exclam', 'quotedbl', 'numbersign',
'dollar', 'percent', 'ampersand', 'quoteright', 'parenleft',
- 'parenright', 'asterisk', 'plus', 'comma', 'minus', 'period',
+ 'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period',
'slash', 'zero', 'one', 'two', 'three', 'four', 'five', 'six',
'seven', 'eight', 'nine', 'colon', 'semicolon', 'less', 'equal',
'greater', 'question', 'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
@@ -254,7 +254,7 @@ if (defined($fontmap)) {
'scaron', 'guilsignlright', 'oe', undef, 'zcaron', 'Ydieresis',
'space', 'exclamdown', 'cent', 'sterling', 'currency', 'yen',
'brokenbar', 'section', 'dieresis', 'copyright', 'ordfeminine',
- 'guillemotleft', 'logicalnot', 'hyphen', 'registered', 'macron',
+ 'guillemotleft', 'logicalnot', 'minus', 'registered', 'macron',
'degree', 'plusminus', 'twosuperior', 'threesuperior', 'acute', 'mu',
'paragraph', 'periodcentered', 'cedilla', 'onesuperior',
'ordmasculine', 'guillemotright', 'onequarter', 'onehalf',