mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-25 18:10:23 +08:00
Fix em dashes which were broken by charset cleanup change
This commit is contained in:
parent
078d75ac63
commit
4c8aaa01b5
@ -1048,10 +1048,10 @@ $ps_page = 0;
|
||||
# Title page
|
||||
ps_start_page();
|
||||
$title = $metadata{'title'} || '';
|
||||
$title =~ s/ \- / $emdash /;
|
||||
$title =~ s/ \- / $charcode{'emdash'} /;
|
||||
|
||||
$subtitle = $metadata{'subtitle'} || '';
|
||||
$subtitle =~ s/ \- / $emdash /;
|
||||
$subtitle =~ s/ \- / $charcode{'emdash'} /;
|
||||
|
||||
# Print title
|
||||
print "/ti ", ps_string($title), " def\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user