[flexcoders] How do I html decode a string? ex: Iacute

2009-01-30 Thread luvfotography
Is there a function to html decode a string?

I want to translate Iacute to the single character i with the accent.
thanks,




Re: [flexcoders] How do I html decode a string? ex: Iacute

2009-01-30 Thread Greg Hess
The global function unescape(str) might be what you are looking for if
you need to decode a URL-encoded string.

HTH,

Greg

On Fri, Jan 30, 2009 at 2:32 PM, luvfotography
ygro...@all-digital-links.com wrote:
 Is there a function to html decode a string?

 I want to translate Iacute to the single character i with the accent.
 thanks,