Revision 673c231d
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
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
Nicht zu viele Quote-Chars behalten.