Thread: I can not input Chinese in psql client

I can not input Chinese in psql client

From
john
Date:
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