Revision fededc52
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
394 | 394 |
$str =~ s/\\$//; |
395 | 395 |
|
396 | 396 |
$str =~ s/%([0-9a-fA-Z]{2})/pack("c",hex($1))/eg; |
397 |
$str = Encode::decode('utf-8-strict', $str) if $::locale->is_utf8; |
|
397 | 398 |
|
398 | 399 |
$main::lxdebug->leave_sub(2); |
399 | 400 |
|
Auch abrufbar als: Unified diff
Beim URL-Unescapen von UTF-8 ins internen Encoding wandeln, sofern benötigt
Fix für Bug 1583.