To decode characters encoded using Unicode
Questions tagged [utf8-decode]
206 questions
77
votes
15 answers
Decode UTF-8 with Javascript
I have Javascript in an XHTML web page that is passing UTF-8 encoded strings. It needs to continue to pass the UTF-8 version, as well as decode it. How is it possible to decode a UTF-8 string for display?