Re: Encoding porblem in JDBC

From: Kris Jurka <books(at)ejurka(dot)com>
To: Slobodan Milosevics <slobodan(at)freemail(dot)hu>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Encoding porblem in JDBC
Date: 2004-10-19 17:02:38
Message-ID: Pine.BSO.4.56.0410191200320.19213@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On Tue, 19 Oct 2004, Slobodan Milosevics wrote:

> My application should use Hungarian characters, so I tried use LATIN2
> or UNICODE as a database encoding. Almost all the special characters
> are usable but there is a problem around four of them with double
> accent marks above (like these: o", u", O", U"). I have tried several
> JDBC drivers with several client encodings.
>

What do you mean by trying different client encodings? The JDBC driver
always works with a client encoding of unicode regardless of the database
encoding.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message owenn panng 2004-10-19 18:00:54 converting to MD5
Previous Message Kris Jurka 2004-10-19 17:00:08 Re: boolean problem