Is it possible that the data already in the database is encoded as
unicode? That might explain what you are seeing in your output. It's
possible you just need to configure your browser for unicode or you
might need to add the following parameters to the connection string
you give the JDBC
What?
-Mensagem original-
De: Travis McCauley [mailto:[EMAIL PROTECTED]]
Enviada em: quarta-feira, 29 de janeiro de 2003 16:51
Para: Tag Libraries Users List
Assunto: Re: JSTL SQL
Is it possible that the data already in the database is encoded as
unicode? That might explain what you
doesn't use the encoding you set with setCharacterEncoding()
for query string parameters, only for parameters in a POST body:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12253
Hans
--
Hans Bergsten[EMAIL PROTECTED]
Gefion Software http
Is it possible that the data already in the database is encoded as
unicode? That might explain what you are seeing in your output. It's
possible you just need to configure your browser for unicode or you
might need to add the following parameters to the connection string
you give the JDBC driver
you.
Sorry,
Travis
What?
-Mensagem original-
De: Travis McCauley [mailto:[EMAIL PROTECTED]]
Enviada em: quarta-feira, 29 de janeiro de 2003 16:51
Para: Tag Libraries Users List
Assunto: Re: JSTL SQL
Is it possible that the data already in the database is encoded as
unicode? That might