The Norwegian characters are not showed in the vertical drop down menu correctly.
Q:
I am trying to implement Deluxe Menu 2.0 on a .aspx-page.
However the Norwegian characters are not showed correctly. (only in the vertical drop down menu)
What do I need to do?
It works fine with the old version of Deluxe Menu in our normal asp-pages.
A:
When you call data .js file you can try to specify the encoding:
< SCRIPT src=”Dansk Aktionarforening11_files/data.js” charset=”UTF-8″> </SCRIPT>
or
<SCRIPT src=”Dansk Aktionarforening11_files/data.js” charset=”ISO-8859-1″> </SCRIPT>
Try that.