Re: Unicode transformation for Mac OS X

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

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

Rolf Heckendorn wrote:

>
>
> My java servlet application generates HTML files out of a template file
> and PostgreSQL data. The data is accessed via jdbc driver.
>
> The problem: Unicode characters are not transformed correctly to the Mac
> OS X encoding (e.g. "Umlaut" characters (accented characters)).
>
> Is this not supported by the jdbc driver? Or do I have to specify some
> driver settings?
>
> -------------------------------------------------
> rolf heckendorn, support solutions gmbh
> brauereistrasse 17
> ch-8610 uster, switzerland
> phone +41 (0)1 941 73 73
> http://www.support-solutions.ch (company)
> http://www.projess.ch (project cost control tool)
> -------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rolf Heckendorn 2002-01-18 18:49:01 Re: Unicode transformation for Mac OS X
Previous Message Name 2002-01-18 18:01:28 Re: java.lang.ExceptionInInitializerError at driver load attempt.