Dear Sir :
Thanx. After tried it again, it still couldn't work now.
The result is the same error.
*********************************************
template1=# \encoding
EUC_TW
template1=# \z
Access permissions for database "template1"
Relation | Access permissions
----------+--------------------
(0 rows)
template1=# create table a( a text);
CREATE
template1=# insert into a values('許多');
INSERT 18761 1
template1=# select * from a;
a
-----
釵h
(1 row)
template1=# insert into a values('許\多');
INSERT 18762 1
template1=# select * from a;
a
------
釵h
許多
(2 rows)
*********************************************
It seems it ate the "\" , so the word it appeared not the origin one.
Danny
----- Original Message -----
From: "Tatsuo Ishii" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 10:14 PM
Subject: Re: [BUGS] Encoding problem
> Danny Kao ([EMAIL PROTECTED]) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> Encoding problem
>
> Long Description
> I have tried "initdb --encoding=BIG5"
You cannot do that (documented in README.mb). If you want to use
traditional chinese do:
initdb --encoding=EUC_TW
instead.
--
Tatsuo Ishii
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]