Re: Invalid EUC_TW character sequence found

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: gene(at)regaltronic(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org, gordon(at)gforce(dot)ods(dot)org
Subject: Re: Invalid EUC_TW character sequence found
Date: 2002-06-26 02:13:41
Message-ID: 20020626.111341.48530869.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> The second way to confirm version 7.2.1 can not accept chinese input is to
> create a new database with the following command:
>
> CREATE DATABASE "test" WITH ENCODING = 'EUC_TW';
>
> then create table site (name varchar(50)); and insert data directly with
> pgAdmin II, it gives error as follows:
>
> -2147467259 - ERROR: Invalid EUC_TW character sequence found (0xa672)

0xa672 cannot be a correct EUC_TW character. Check your application.
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Gordon Luk 2002-06-26 02:30:44 [Fwd: [GENERAL] [Please Help!!!!!!!!] Problem in Chinese (Big5)!!! Version 7.2.1 (come with Redhat 7.3)]
Previous Message Gene Leung 2002-06-26 02:06:38 Re: Invalid EUC_TW character sequence found