Re: BUG #14197: ERROR: character with byte sequence 0x81 in encoding "WIN1252" has no equivalent in encoding "UTF8"

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #14197: ERROR: character with byte sequence 0x81 in encoding "WIN1252" has no equivalent in encoding "UTF8"
Дата
Msg-id 04ed1adc-e84b-e048-27af-c8e84844e9b7@hogranch.com
обсуждение исходный текст
Ответ на Re: BUG #14197: ERROR: character with byte sequence 0x81 in encoding "WIN1252" has no equivalent in encoding "UTF8"  (<sheri.bhavani@cognizant.com>)
Ответы Re: BUG #14197: ERROR: character with byte sequence 0x81 in encoding "WIN1252" has no equivalent in encoding "UTF8"  ("Albin, Lloyd P" <lalbin@scharp.org>)
Список pgsql-bugs
On 6/16/2016 10:08 PM, sheri.bhavani@cognizant.com wrote:
> ·ERROR: character with byte sequence 0x81 in encoding "WIN1252" has no
> equivalent in encoding "UTF8" is thrown in postgreSQL 9.5.3 .

per https://en.wikipedia.org/wiki/Windows-1252  0x81 is not a valid
character in encoding win1252, so it can't be converted to UTF8

you need to determine what field of which row of what table has that
value in it and change it to something valid (perhaps 0x20 ?) before you
can load this data into a UTF8 database.



--
john r pierce, recycling bits in santa cruz

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

Предыдущее
От:
Дата:
Сообщение: Re: BUG #14197: ERROR: character with byte sequence 0x81 in encoding "WIN1252" has no equivalent in encoding "UTF8"
Следующее
От: Torsten Zuehlsdorff
Дата:
Сообщение: Re: BUG #14198: IPv6 address validation broken