Re: ERROR: could not convert UTF-8 character 0x00ef to ISO8859-1

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: ERROR: could not convert UTF-8 character 0x00ef to ISO8859-1
Дата
Msg-id 426F7DA5.1060601@logix-tt.com
обсуждение исходный текст
Ответ на Re: ERROR: could not convert UTF-8 character 0x00ef to ISO8859-1 possiblesolution  (Guillaume Cottenceau <gc@mnc.ch>)
Список pgsql-jdbc
Hi, Guillaume,

Guillaume Cottenceau schrieb:
>>ERROR: could not convert UTF-8 character 0x00ef to ISO8859-1
> Iconv actually agrees that this UTF-8 character cannot be
> converted to ISO8859-1.
>
> I can print UTF-8's 0x00EF which gives "ï".
>
> Then if I manually input "ï", the bytes in UTF-8 to do that are
> 0xC3AF, and this can be converted to ISO8859-1 (it is 0xEF).
>
> Isn't there a problem with your UTF-8 data containing 0x00EF?

Maybe it is UTF-16 in Network byte order.

Markus


Вложения

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

Предыдущее
От: Anders Hermansen
Дата:
Сообщение: Re: ERROR: could not convert UTF-8 character 0x00ef to ISO8859-1 possiblesolution
Следующее
От: Guillaume Cottenceau
Дата:
Сообщение: Re: ERROR: could not convert UTF-8 character 0x00ef to ISO8859-1 possiblesolution