Обсуждение: Encoding porblem in JDBC

Поиск
Список
Период
Сортировка

Encoding porblem in JDBC

От
Slobodan Milosevics
Дата:
Hi!

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.

Has anyone any ideas what to do?

Slobodan

Re: Encoding porblem in JDBC

От
Kris Jurka
Дата:
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