Re: Invalid byte sequence for encoding "UTF8": 0xa1 - when
bartek(at)mikronika(dot)com(dot)pl wrote:
Invalid byte sequence for encoding "UTF8": 0xa1 - when insert data into
bytea.
PostgreSQL: 8.1.5
Driver: psqlodbc-08.01.0200
Database in UTF-8.
Local encoding: LC_ALL=pl_PL.ISO-8859-2
In " convert_to_pgbinary" :
isalnum(0xa1) return true for pl_PL.ISO-8859-2 but it isn't ascii
character
Looking at the manual page I found it can be true.
> and should be convert to octal.
I would take care of it.
Thanks.
regards,
Hiroshi Inoue
Home |
Main Index |
Thread Index