How can I load Unicode Characters (specifically a trademark symbol) from XML and push it into a Form via AJAX?
When I push formelement.value += "\u2122" it works fine, but when I place "\u2122" into XML, load it via AJAX, and push it to the form element it does not work.
Any ideas?
Thanks