Re: JDBC Latin1 problem

Поиск
Список
Период
Сортировка
От smota
Тема Re: JDBC Latin1 problem
Дата
Msg-id a8bb739d040804120175de6c27@mail.gmail.com
обсуждение исходный текст
Ответ на JDBC Latin1 problem  ("J. Michael Crawford" <jmichael@gwi.net>)
Ответы Re: JDBC Latin1 problem
Список pgsql-jdbc
How are you outputing this data?

Velocity, JSP and others "template processors" allow you to specify
the character set, make sure it's set for a compatible one (usually
ISO-8859-1).

You can set the LC_ALL environment variable to pt_BR.ISO8859-1 (of
course you can switch pt_BR for your locale code) and then start your
AS.
(for me this was the solution, setting all character set processing
options on Webwork and Velocity was not enough).

Regards,

Samuel

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "J. Michael Crawford"
Дата:
Сообщение: JDBC Latin1 problem
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Wrong column names in ResultSetMetaData