This prints the character I need.use Encode; print decode('utf8', "\xC3\xA5");
but it does not work as expected. :-)use Encode; $_='%C3%A5'; s/%/\\x/g; eval { $_=$_}; print decode('utf8', $_);
In reply to Re^4: javascript encodeURI() -> perl uri_unescape_utf8() ?
by nkropols
in thread javascript encodeURI() -> perl uri_unescape_utf8() ?
by nkropols
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |