S
Santi
Hi,
I need to decode escaped html entities but the following code is not
working:
--
require 'cgi'
print CGI.unescapeHTML('é')
--
It prints "é" insted of the expected e with the acute.
What's wrong?
Thank you.
I need to decode escaped html entities but the following code is not
working:
--
require 'cgi'
print CGI.unescapeHTML('é')
--
It prints "é" insted of the expected e with the acute.
What's wrong?
Thank you.