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