From c9e95165ef131c55a64d3f4808f864c410beb4b9 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 18 Mar 2024 11:45:55 +0300 Subject: [PATCH] #81 dashes --- bibcop.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bibcop.pl b/bibcop.pl index 306a0de..5173d5d 100755 --- a/bibcop.pl +++ b/bibcop.pl @@ -748,7 +748,8 @@ sub fix_unicode { 'ç' => '\c{c}', 'ł' => '\l{}', 'ı' => '{\i}', - 'ø' => '\o{}' + 'ø' => '\o{}', + '—' => '---', ); keys %literals; while(my($k, $v) = each %literals) {