| phabius-fabius@libero.it 2007-09-12, 7:29 am |
| Hi, i'm sorry to post another question on charset problem but i'm
going out crazy
I'm working with mysql 4.1.20, Apache2 and jsp pages.
I've a jsp page that shows query results so no one letter in this
page
is written by me. All mysql tables are encoded with latin1 charset
and
latin1_swedish_c1 collation. In http.conf i've added
"AddDefaultCharset ISO-8859-1" directive.
But i've no idea why accented words are replaced by a simple "?".
I've
added <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html;
charset=3Diso-8859-1"> in my jsp pages but nothing at all
And besides if i do a query in mysql all result are exactly showed
and
if i write something like this "=E0=E8=F2" in jsp page, in browsers all
goes
ok
Thank u all
|