Re: Help: chinese character set support (EUC_TW to/from

From: "eric" <ericpoon(dot)mac(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Help: chinese character set support (EUC_TW to/from
Date: 2005-06-17 20:01:22
Message-ID: 1119038482.346187.261940@g44g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You're right about it. After a 8.0.3 re-installation, the issue seems
to have gone.

See screen output:

euc_tw=# \d contacts
Table "public.contacts"
Column | Type | Modifiers
--------+-----------------------+-----------
id | integer |
name | character varying(50) |

euc_tw=# insert into contacts values('1','\345\244\251\345\244\251');
INSERT 17235 1
euc_tw=# select * from contacts
euc_tw-# ;
id | name
----+--------
1 | 天天
(1 row)

Thanks for pinpointing the potential cause, so makes the trouble
shooting a lot easier.

- eric

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey 2005-06-17 20:01:43 Re: Making the DB secure
Previous Message Geoffrey 2005-06-17 19:54:28 Re: Making the DB secure