Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d0b3cf0b

Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt

  • ID d0b3cf0ba7627d7055a97a5be1356eb671264620
  • Vorgänger 5eadc966
  • Nachfolger cb3274d5

Codierungssystem ISO-8859-15 in die von locales.pl erzeugten Dateien all/missing/lost schreiben

Unterschiede anzeigen:

locale/de/all
#!/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',
scripts/locales.pl
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;

Auch abrufbar als: Unified diff