From 3301ad790a5fe145202b1bac7e897aab56bb45cc Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 18 Mar 2024 11:46:27 +0300 Subject: [PATCH] #81 n-dash --- bibcop.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {