Re: [Fwd: [GENERAL] [Please Help!!!!!!!!] Problem in - Mailing list pgsql-bugs

From Tatsuo Ishii
Subject Re: [Fwd: [GENERAL] [Please Help!!!!!!!!] Problem in
Date
Msg-id 20020627.160121.115905444.t-ishii@sra.co.jp
Whole thread Raw
In response to [Fwd: [GENERAL] [Please Help!!!!!!!!] Problem in Chinese (Big5)!!! Version 7.2.1 (come with Redhat 7.3)]  (Gordon Luk <gordon@gforce.ods.org>)
List pgsql-bugs
> Ok, but problem is, when i try encode with unicode, it also reject
> me.... invalid UNICODE charater.... :-(

Show me the entire error message please.

> I already try few client, like borland's SQL explorer, zde... and
> restore program come with postgresql...
>
> Sorry, i would like to a special request. After i read preious message
> from you to Gene Leung, let me fully understand under EUC_TW rule ,
> postgresql should reject me (input such invalid charaters). So i request
> a special patch that could to support Big5 or disable the validation.
>
> If postgres do not support Big5, that is big problem in chinese...
> Please help.

Actually PostgreSQL does support Big5. To use Big5, set the client
encoding to Big5 and set the server(DB) encoding to EUC_TW. PostgreSQL
will take care of the conversion between Big5 and EUC_TW.

There are several ways to set the client encoding to Big5:

SQL: set client_encoding to 'Big5';
from psql: \encoding Big5
using environment variable: export PGCLIENTENCODING=Big5 (example for bash)

Hope this helps,
--
Tatsuo Ishii

pgsql-bugs by date:

Previous
From: Webb Sprague
Date:
Subject: Re: "Field is too small"
Next
From: Jay Berkenbilt
Date:
Subject: psql 7.2.1: \d (alone) missing from \?