http://www.perlmonks.org?node_id=964714


in reply to Re: UTF8 URI Escaping
in thread UTF8 URI Escaping

I appreciate the responses and I'm trying my best to understand them. I also tried $v = uri_unescape($v) which still converts to: \xc2\xa3. So, can anyone give me a command like $v=xxx($v) using ANY module that will convert the above or the %C2%A3 to a pound sign?