I am facing a difficulty in converting hex values of string characters to normal test values
for example hex value of '
to sting is '
i.e an apostrophe.
Another values of hex characters can be found on this link : http://character-code.com/.
Can someone please tell me if a javascript method exists to do so or should I be using some external javascript library plug-in for this purpose?
I have already tried using URIencode
and URIencodecomponent
but no luck