Re: Invalid EUC_TW character sequence found - Mailing list pgsql-bugs

From Tatsuo Ishii
Subject Re: Invalid EUC_TW character sequence found
Date
Msg-id 20020626.111341.48530869.t-ishii@sra.co.jp
Whole thread Raw
In response to Invalid EUC_TW character sequence found  (Gene Leung <gene@regaltronic.com>)
List 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

pgsql-bugs by date:

Previous
From: Neil Conway
Date:
Subject: Re: "Field is too small"
Next
From: Tatsuo Ishii
Date:
Subject: Re: Invalid EUC_TW character sequence found