diff --git a/bibcop.pl b/bibcop.pl index 5173d5d..3c294b8 100755 --- a/bibcop.pl +++ b/bibcop.pl @@ -749,7 +749,7 @@ sub fix_unicode { 'ł' => '\l{}', 'ı' => '{\i}', 'ø' => '\o{}', - '—' => '---', + '–' => '--', '—' => '---', ); keys %literals; while(my($k, $v) = each %literals) {