Re: JDBC Latin1 problem - Mailing list pgsql-jdbc

From smota
Subject Re: JDBC Latin1 problem
Date
Msg-id a8bb739d040804120175de6c27@mail.gmail.com
Whole thread Raw
In response to JDBC Latin1 problem  ("J. Michael Crawford" <jmichael@gwi.net>)
Responses Re: JDBC Latin1 problem
List 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 by date:

Previous
From: "J. Michael Crawford"
Date:
Subject: JDBC Latin1 problem
Next
From: Kris Jurka
Date:
Subject: Re: Wrong column names in ResultSetMetaData