Re: Unicode transformation for Mac OS X

From: Rolf Heckendorn <rh(at)support-solutions(dot)ch>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Unicode transformation for Mac OS X
Date: 2002-01-18 18:49:01
Message-ID: 5.1.0.14.2.20020118194515.00a00cf0@mail.ecologic.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Barry

At 10:36 18.01.02 -0800, Barry Lind wrote:
>Rolf,
>
>This should work. What version are you using? And what character set is
>the database you are testing against using? (to get the character set of
>the database do 'select getdatabaseencoding()')
>
>thanks,
>--Barry

Thank you for your tip. Actually I have solved my problem just now. I
startet my servlet engine (Tomcat) with "java -Dfile.encoding=8859_1" and
everything works fine. The problem was not with the jdbc driver but with
the character encoding of the "Reader" and "Writer" classes of java.

Thanks & Regards
Rolf

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-01-18 20:07:55 Re: jdbc:posgresql problem
Previous Message Barry Lind 2002-01-18 18:36:27 Re: Unicode transformation for Mac OS X