BUG #1315: unconvertible BIG5 character 0xf9d8

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1315: unconvertible BIG5 character 0xf9d8
Date: 2004-11-12 00:55:05
Message-ID: 20041112005505.C1F57738A4E@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1315
Logged by: CN

Email address: cnliou9(at)fastmail(dot)fm

PostgreSQL version: 8.0 Beta

Operating system: Linux

Description: unconvertible BIG5 character 0xf9d8

Details:

Sorry for cross posting here after 2 days' silence regarding this issue in
general list!

My 8.0beta2 database was initialized with option "-E UNICODE". Psql sets
client encoding to Big5:

database1=# \encoding big5

I get this error when inserting Big5 character 0xf9d8:

WARNING: ignoring unconvertible BIG5 character 0xf9d8

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tatsuo Ishii 2004-11-12 01:16:36 Re: BUG #1315: unconvertible BIG5 character 0xf9d8
Previous Message Andrea Suisani 2004-11-11 23:42:47 Re: SELECT FOR UPDATE and LIMIT 1 behave oddly