I would like to print a status message to my German users, which contains umlauts (ä/ü/ö). I also would like them be in the source file rather than having to download and parse some extra file just for the messages.
However, I can't seem to find a way to define the encoding of a JS source file. Is there something like HTML's http-equiv
? Or should I define the encoding in the HTTP header?
When I simply encode the file in UTF-8 an serve it, IE displays garbage.