Re: JSTL SQL

2003-01-29 Thread Travis McCauley
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

RES: JSTL SQL

2003-01-29 Thread Adeilton da Paz Souza
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

Re: JSTL: POST vs GET

2004-02-06 Thread Hans Bergsten
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

Re: JSTL SQL

2003-01-29 Thread Travis McCauley
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

Re: JSTL SQL

2003-02-03 Thread Jeff Wilder
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