Re: Encoding problem - Mailing list pgsql-bugs

From Tatsuo Ishii
Subject Re: Encoding problem
Date
Msg-id 20010322073248Q.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: Encoding problem  ("danny" <danny.kao@autotools.com.tw>)
List pgsql-bugs
> Dear Sir :
>       Thanx. After tried it again, it still couldn't work now.
>       The result is the same error.
>     *********************************************
>  template1=# \encoding
> EUC_TW
> template1=# insert into a values('許\多');
> INSERT 18762 1

What is \261\\? It does not seem to be correct EUC_TW. Probably you
want to enter BIG5 from psql? The you should do like this:

\encoding BIG5
insert into a values('some big5 characters');

For the inserting value you should not use octal exporession but
should enter "raw" big5 characters.
--
Tatsuo Ishii

pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: regcomp problems
Next
From: Richard Ellis
Date:
Subject: 7.0.3 postmaster memory leak with aborted transactions