| Author |
Character display issue in IE
|
K West
Ranch Hand
Joined: Sep 10, 2008
Posts: 58
|
|
I have this characters in DB [â??]. This gets rendered as [�??] in Mozilla but IE does not render this and shows a blank screen.
I am using AJAX for this, and response is in XML. IE gives JavaScript error while parsing this XML.
What could be the reason for this?
|
Years teach us more than books.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
|
Character set issue most likely. Make sure everything is encoded in UTF-8 throughout. (I hate these kinds of issues -- and I get them a lot with international characters.)
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Character display issue in IE
|
|
|