Codierungssystem ISO-8859-15 in die von locales.pl erzeugten Dateien all/missing...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 16 Aug 2010 07:51:37 +0000 (09:51 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 16 Aug 2010 07:51:37 +0000 (09:51 +0200)
locale/de/all
scripts/locales.pl

index 50fa600..3e2652f 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+# -*- coding: iso-8859-15; -*-
 
 # These are all the texts to build the translations files.
 # The file has the form of 'english text'  => 'foreign text',
index 692417f..2174c2d 100755 (executable)
@@ -598,7 +598,7 @@ sub generate_file {
 
   open my $fh, '>', $file or die "$! : $file";
 
-  print $fh "#!/usr/bin/perl\n\n";
+  print $fh "#!/usr/bin/perl\n# -*- coding: iso-8859-15; -*-\n\n";
   print $fh $header, "\n" if $header;
   print $fh "$data_name = $delim[0]\n" if $data_name;