Use UnEscape function in Javascript to get the Special Characters
By [)ia6l0 iii
After you have received the escaped special character string, you would need to use the Unescape function to get the actual contents
The syntax is pretty simple:
Document.Write(unescape(theString))
Related FAQs
Javascript provides you an Escape function that converts the special characters to equivalent hexadecimal representation.
Use UnEscape function in Javascript to get the Special Characters (911 Views)