Skip to content

Commit

Permalink
#81 fix UC everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 18, 2024
1 parent 4cc2e7f commit f4626b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bibcop.pl
Expand Up @@ -557,6 +557,7 @@ sub entry_fix {
no strict 'refs';
$value = $fixer->($value);
}
$value = fix_unicode($value);
if ($tag =~ /title|booktitle|journal/) {
$value = '{' . $value . '}';
}
Expand Down

0 comments on commit f4626b0

Please sign in to comment.