]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 50fa6001a2a2d89606502dfa8a82d81f8c650ec8..3e2652f853e46ac27525c5d410fb248214d0586f 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 692417fcd6f6bafcb405d3d8a6feac3701f552e0..2174c2d819042c183ac064785706ecbed79369eb 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;