Some non-ascii characters get escaped in most html documents. Like this:
text: "därför"
html: "därför"
If I view source I can see that I have the html version on my page. I'd like to retrieve that with jquery but both text() and html() unescape it and give me back the text version.
I'm buried in umlauts and thirsty for ampersands. Can anybody tell me how to get them?