PDA

View Full Version : encoding problems


d2molina
06-07-2005, 11:04 AM
hello all, my problem:
I have no problems to display text in ISO-8859-1 encoding when I'm working with static xml files, but I can't display the correct caracteres with a dinamic generated xml. Appreciate any help,

Holomatrix
06-08-2005, 07:39 AM
have you tested it with UTF-8?

d2molina
06-08-2005, 11:03 AM
The problem whas on my jsp, i've added the directive <%@ page pageEncoding="ISO-8859-1"%> and everything works fine now. The same for UTF-8. Thank you.