I have spanish characters that are not showing up in my dhtml menu over correctly
Q:
I have spanish characters that are not showing up in my menus correctly.
My array has this:
["|México","#", "", "", , , "7", , ],
buy in the drop downs it appears as
M?xico
I read in the FAQ about displaying Norwegian characters
(http://deluxe-menu.com/rq-javascript-menu-drop-down-Norwegian-characters-support.html)
so I tried this:
but that did nothing.
I have the charset on the page set properly and the letters
appear properly everyone else, only incorrect in the dhtml menu over.
A:
You should write your Spanish characters in the following way:
["|México","#", "", "", , , "7", , ],
Try that.