The same problem as the previous question , I asked, but specifically for IE, since the answer I gave work in everything except IE. So this question is specifically for IE:
How can I set the encoding to be read when reading a javascript file through an element scriptin IE?
I have a JSON file with a character ™, and when I include the file in my HTML page with <script charset="Cp1252" ...(which works in any other browser) in IE, then I get the following character .
source
share