Re: [JDBC] é converted in é

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: [JDBC] é converted in é
Дата
Msg-id 1360363931.86012.YahooMailNeo@web162903.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на é converted in é  ("Laurent Schweizer" <laurent.schweizer@peoplefone.com>)
Список pgsql-jdbc
Laurent Schweizer <laurent.schweizer@peoplefone.com> wrote:

> I have an issue with special character like é.

> I have as server postgres 9.2, I have created a new DB , encoding
> utf8  
>
> Client is a very simple test class that:
> 1)      update  a varchar value
> 2)      read the same value and print them
>
> If I update the varchar with a special character like “é”  the
> value in the DB is correct ( I check them with another software )
> but when I read them from my simple java class  the value is not
> correct and the é is converted in é
>
> I have added to the connection string the option:
> ?useUnicode=true&characterEncoding=utf8
>
> And if I do a : "SHOW client_encoding;” I get  UTF8

It is behaving as though the client is using a character encoding
other than UTF8 -- some sort of 8-bit encoding, probably.  You must
set client_encoding to match.

-Kevin


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

Предыдущее
От: "Laurent Schweizer"
Дата:
Сообщение: é converted in é
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: [JDBC] Re: [JDBC] é converted in Ã(c)