|
The Norwegian characters are not showed in the navigation drop down 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 navigation drop down menu)
It works fine with the old version of navigation drop down 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 navigation drop down 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
|