I can not input Chinese in psql client - Mailing list pgsql-general

From john
Subject I can not input Chinese in psql client
Date
Msg-id 37528639.2694E5C7@mail.hz.zj.cn
Whole thread Raw
List pgsql-general
Hi, every one!
It's my first time to use PostgreSQL, and the version is 6.5 snapshot
(May. 30)
I run './configure --with-mb=EUC_CN ...' to configure it, and all in
good progress.
But when I start 'psql' client, I can not input any Chinese character.
just like I want to input:

insert into test values ('1', '你');

the character '你' did not appear in the psql client input
area. psql show me :

testdb=>insert into test values ('1', '');

The platform is FreeBSD 3.1, via Netterm.

Please help me.
Thanks a lot!

mailto:levindo@yahoo.com


pgsql-general by date:

Previous
From: Peter Keller
Date:
Subject: searching in array
Next
From: Chris Bitmead
Date:
Subject: Re: [GENERAL] searching in array