Re: Encoding problem

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: danny(dot)kao(at)autotools(dot)com(dot)tw
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Encoding problem
Date: 2001-03-21 22:32:48
Message-ID: 20010322073248Q.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Webmaster 2001-03-22 01:09:06 Help
Previous Message Stephan Szabo 2001-03-21 20:33:22 Re: regcomp problems