Skip to content

Commit

Permalink
#81 n-dash
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 18, 2024
1 parent c9e9516 commit 3301ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibcop.pl
Expand Up @@ -749,7 +749,7 @@ sub fix_unicode {
'ł' => '\l{}',
'ı' => '{\i}',
'ø' => '\o{}',
'' => '---',
'' => '--', '' => '---',
);
keys %literals;
while(my($k, $v) = each %literals) {
Expand Down

0 comments on commit 3301ad7

Please sign in to comment.