Re: Problem with Chinese characters

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Mimi Siu" <bbnoopys(at)yahoo(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Problem with Chinese characters
Date: 2005-11-03 10:15:41
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC38CD@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: pgsql-odbc-owner(at)postgresql(dot)org
> [mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Mimi Siu
> Sent: 03 November 2005 10:03
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] Problem with Chinese characters
>
> Hi:
>
> I am using psqlodbc-08-00-0102 ODBC driver on my
> Windows 2000 machine and want to insert data (with
> chinese characters) to the postgresql 8.0.3 running on
> RH9.
>
> My database is encoded as UNICODE, and my sql
> statement is already converted to UTF-8 before calling
> SQLExecute(). But I found that the coding of the
> chinese characters is not UTF-8 in the postgresql
> database. Also if I insert the record with 10 chinese
> characters, the length of the field should be 10, but
> now it is 30.
>
> It was previously work when I use the
> psqlodbc-07-02-01 driver with postgresql 7.3.

Please try the latest snapshot - 08.01.0005. It has various fixes and
can be compiled in Unicode or ANSI/Multibyte mode as the older 07.xx
drivers could (08.00.xxxx was Unicode only).

Regards, Dave

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Rainer Bauer 2005-11-03 10:41:03 Re: Problem with Chinese characters
Previous Message Mimi Siu 2005-11-03 10:03:06 Problem with Chinese characters