> Oddly, there's a uri_unescape_utf8 but no
> uri_unescape_utf8 provided
> by URI::Escape.
> 
> However combining URI::Escape::uri_unescape() and
> Encode::decode_utf8()
> in one statement is not overly taxing.
> 
> use Encode;
> use URI::Escape qw(uri_unescape);
> my $e_accute = decode_utf8 uri_unescape '%C3%A9';
> 
 
Is %C3 equal to à Capital A, tilde 
and
%A9 equal to © Copyright.

?

So you are trying to convert to HTML Flash found here
http://www.allwebco-templates.com/support/S_hex.htm?


http://dsmith1.userworld.com/html_css/derek.htm



       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

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


Reply via email to