> 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