Hi all,

I have legacy html files, I trying to insert in a Wicket app.

The charset is iso-8859-1
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

The special character (French and German) and not html coded in theses files.
Everything work perfectly on my dev machine. I have try to deploy on a 
www.eatj.com account and I get garbage for theses chars.

What can be possibly wrong ?

Thanks in advance



Pierre Gilquin

NB:  

I have in my WebApplication :

public void init() {

getRequestCycleSettings().setResponseRequestEncoding("iso-8859-1");

}

Reply via email to