Re: Invalid byte sequence for encoding "UTF8": 0xa1 - when

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
Cc: bartek(at)mikronika(dot)com(dot)pl, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Invalid byte sequence for encoding "UTF8": 0xa1 - when
Date: 2006-12-18 06:42:45
Message-ID: 45863865.80400@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hiroshi Inoue wrote:
> 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.

Please try the snapshot dll at
http://www.geocities.jp/inocchichichi/psqlodbc/index.html
.

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Kochetkov 2006-12-18 19:00:38 Query batches and SQLMoreResults
Previous Message lothar.behrens@lollisoft.de 2006-12-16 23:23:40 Re: SQLSetPos problem ?