Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 673c231d

Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt

  • ID 673c231dd54bbb169af70a66998649666199a641
  • Vorgänger 41d49513
  • Nachfolger 04b7fa25

Nicht zu viele Quote-Chars behalten.

Unterschiede anzeigen:

scripts/locales.pl
} else {
if ($quote_next) {
$text .= '\\' unless $cur_char eq "'";
$text .= $cur_char;
$quote_next = 0;
} elsif ($cur_char eq '\\') {
$text .= $cur_char;
$quote_next = 1;
} elsif ($cur_char eq $inside_string) {

Auch abrufbar als: Unified diff