From f4626b03aa28b973f7b8cbdda88b80e6bacce87e Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 18 Mar 2024 11:32:26 +0300 Subject: [PATCH] #81 fix UC everywhere --- bibcop.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bibcop.pl b/bibcop.pl index a87e190..306a0de 100755 --- a/bibcop.pl +++ b/bibcop.pl @@ -557,6 +557,7 @@ sub entry_fix { no strict 'refs'; $value = $fixer->($value); } + $value = fix_unicode($value); if ($tag =~ /title|booktitle|journal/) { $value = '{' . $value . '}'; }