Re: Charset problem on WHERE clause

Поиск
Список
Период
Сортировка
От smota
Тема Re: Charset problem on WHERE clause
Дата
Msg-id a8bb739d040726143019540e1b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Charset problem on WHERE clause  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Hi,

Thanks Kris for your fast response .... I've recreated the database
using LATIN1 and everything is working just fine.

> I wonder if it's worth supporting the charSet parameter even for >= 7.3:
> set client_encoding explicitly to SQL_ASCII (which I believe means "no
> translation") and do the translation to Unicode on the JVM side using
> whatever charset the user provided. I think most of the encoding details
> are now isolated from the rest of the protocol logic, so it wouldn't be
> a very invasive change.

I really don't see this as a good idea :O ....

With the LATIN1 charset I didn't use Java conversion (with new
String(rs.getBytes(1)....etc. etc.) my code was cleaner and easier,
so, It was a good thing make me use the correctly encoded database.

:)

Thanks

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Charset problem on WHERE clause
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: revisiting transaction isolation