Re: Big5 contains '\' - Mailing list pgsql-general

From Tatsuo Ishii
Subject Re: Big5 contains '\'
Date
Msg-id 20010613090343I.t-ishii@sra.co.jp
Whole thread Raw
In response to Big5 contains '\'  (Limin Liu <limin@pumpkinnet.com>)
List pgsql-general
> My project requires to use Big5/EUC_TW (two bytes per
> chinese-character).
>
> Unfortunately, Big5 code contains escape '\'.

PostgreSQL can handle Big5 since 6.5. Create a database with the encoding
EUC_TW, and set the client side encoding to BIG5. For example, set
PGCLIENTENCODING envrionment variable to BIG5 before starting psql or
any libpq based clients. For 7.0 or greater version of PostgreSQL, you
could also use \encoding command in psql.
--
Tatsuo Ishii

pgsql-general by date:

Previous
From: GH
Date:
Subject: Re: Adding a primary key
Next
From: Tom Lane
Date:
Subject: Re: PLPGSQL: Using SELECT INTO and EXECUTE