Skip to content

Commit

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

0 comments on commit c9e9516

Please sign in to comment.