X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ac84fb0e07377e6ecb9a823b3ae95c52d4d2a834..72ad92fd:/scripts/locales.pl diff --git a/scripts/locales.pl b/scripts/locales.pl index 21f424555..fa787a24b 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -161,7 +161,7 @@ EOL EOL $LOST_HEADER = <', $file or die "$! : $file"; - print $fh "#!/usr/bin/perl\n# -*- coding: $charset; -*-\n# vim: fenc=$charset\n\n"; + my $emacs_charset = lc $charset; + + print $fh "#!/usr/bin/perl\n# -*- coding: $emacs_charset; -*-\n# vim: fenc=$charset\n\n"; print $fh $header, "\n" if $header; print $fh "$data_name = $delim[0]\n" if $data_name;