On May 30, 3:51 am, [EMAIL PROTECTED] (Mumia W.)
wrote:
> On 05/29/2007 07:00 PM, cc96ai wrote:
>
> > I got UTF8 value %C3%A9
> > how could I encode it become é ?
>
> > I try encode_base64 , but no luck
> > maybe I miss some, anyone have idea ?
>
> You need to provide more detail about your problem.

I have a UTF8 input
$value = "%23%C2%A9%C2%AE%C3%98%C2%A5%C2%BC%C3%A9%C3%8B
%C3%B1%C3%A0%C3%A6%3F%23";

the HTML output should be
">#©®Ø¥¼éËñàæ?#";

but I cannot find a way to convert it


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to