AJAX charset trouble

LordAlucard

New Member
Messages
3
Reaction score
0
Points
0
hi, well... my web page have the AJAX so i can load pages on a div without refresh the page... everything is fine until i change page and go back to HOME and the special characters like: "ñ", "ó", etc... dosnt show.... please help me.

This is my page: http://www.thecrazy.x10hosting.com/inico.html
and this is my CSS and JS:
CSS: http://thecrazy.x10hosting.com/paginas/multi/css/inicio.css
JS: http://thecrazy.x10hosting.com/paginas/multi/js/inicio.js

and the menu ONLY work the HOME and COMPU>TEST and this one should show you the special characters

Please!! help!!!
 
Last edited:

marshian

New Member
Messages
526
Reaction score
9
Points
0
Did you save your file as unicode? utf-8 can't handle those special characters...
 

LordAlucard

New Member
Messages
3
Reaction score
0
Points
0
thanks everyone! solved it!! the problem was that the XML file has the charste to iso-8859-1 but the other pages was written with utf-8 so... i just changed to utf-8 in the XML
THANKS FOR YOUR HELP!!


Can anyone close this thread please?
 
Top