Re: Encoding problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "gustavo(dot)oliveira" <gustavo(dot)oliveira(at)3WT(dot)com(dot)br>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Encoding problems
Date: 2004-12-22 16:37:42
Message-ID: 4544.1103733462@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"gustavo.oliveira" <gustavo(dot)oliveira(at)3WT(dot)com(dot)br> writes:
> I am in trouble with my database encoding.

> I have a application written in JAVA, the JSP's pages are seted with the
> charset ISO-8859-1
> My postgresql database is seted as UNICODE.

The JDBC list would probably be better able to help you with this,
but I have some recollection that Java *only* works with Unicode (UTF8)
internally. Where are you translating to/from ISO-8859-1?

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Keith Worthington 2004-12-23 20:57:46 Extracting data where a column is max
Previous Message Tom Lane 2004-12-22 16:08:43 Re: Problem with ALIAS?