Re: utf8 errors
От | Jiří Pavlovský |
---|---|
Тема | Re: utf8 errors |
Дата | |
Msg-id | 51CAB1AE.2000900@pavlovsky.eu обсуждение исходный текст |
Ответ на | Re: utf8 errors (Albe Laurenz <laurenz.albe@wien.gv.at>) |
Ответы |
Re: utf8 errors
|
Список | pgsql-general |
On 26.6.2013 10:58, Albe Laurenz wrote: > Jirí Pavlovský wrote: >> I have a win32 application. >> LOG: statement: INSERT INTO recipients (DealID, >> Contactid) VALUES (29009, 9387) >> ERROR: invalid byte sequence for encoding "UTF8": 0x9c >> >> >> But the query is clean ascii and it doesn't even contain the mentioned >> character. >> >> My database is in UNICODE, client encoding is utf8. > This is also strange: LOG: statement: INSERT INTO recipients (DealID, Contactid) VALUES (29010, 14340) ERROR: invalid byte sequence for encoding "UTF8": 0xf2 0x2f 0x04 0xa0 next query only with the first value incremented produces different error LOG: statement: INSERT INTO recipients (DealID, Contactid) VALUES (29011, 14340) ERROR: invalid byte sequence for encoding "UTF8": 0x88
В списке pgsql-general по дате отправления: