Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d0b3cf0b

Von Moritz Bunkus vor etwa 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
1 1
#!/usr/bin/perl
2
# -*- coding: iso-8859-15; -*-
2 3

  
3 4
# These are all the texts to build the translations files.
4 5
# The file has the form of 'english text'  => 'foreign text',
scripts/locales.pl
598 598

  
599 599
  open my $fh, '>', $file or die "$! : $file";
600 600

  
601
  print $fh "#!/usr/bin/perl\n\n";
601
  print $fh "#!/usr/bin/perl\n# -*- coding: iso-8859-15; -*-\n\n";
602 602
  print $fh $header, "\n" if $header;
603 603
  print $fh "$data_name = $delim[0]\n" if $data_name;
604 604

  

Auch abrufbar als: Unified diff