Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 673c231d

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

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

Nicht zu viele Quote-Chars behalten.

Unterschiede anzeigen:

scripts/locales.pl
283 283

  
284 284
    } else {
285 285
      if ($quote_next) {
286
        $text .= '\\' unless $cur_char eq "'";
286 287
        $text .= $cur_char;
287 288
        $quote_next = 0;
288 289

  
289 290
      } elsif ($cur_char eq '\\') {
290
        $text .= $cur_char;
291 291
        $quote_next = 1;
292 292

  
293 293
      } elsif ($cur_char eq $inside_string) {

Auch abrufbar als: Unified diff