Does anyone know a technique in javascript to transform from (for example)
♥ to the char '♥'?
I'm doing this because I have to interpret some data I got over XHTMLHTTP
that isn't XML, but might contain some XML char entities.
Thanks,
Jim
♥ to the char '♥'?
I'm doing this because I have to interpret some data I got over XHTMLHTTP
that isn't XML, but might contain some XML char entities.
Thanks,
Jim
Comment