|
The Norwegian characters are not showed in the drop down dhtml menu correctly.
Return to Recent Questions
Q:
I am trying to implement DHTML Menu 2.0 on a .aspx-page.
However the Norwegian characters are not showed correctly. (only in the drop down dhtml menu)
It works fine with the old version of drop down dhtml menu in our normal asp-pages.
What do I need to do?
A:
When you call data.js file on your page you can try to specify the encoding of the drop down dhtml menu:
< 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.
Return to Recent Questions
|