Re: could not convert (0xf9db) BIG5 to UTF-8

From: <cnliou(at)eurosport(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: could not convert (0xf9db) BIG5 to UTF-8
Date: 2002-06-20 05:18:10
Message-ID: 200206200518.0afd@th00.opsion.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I entered these 2 characters in 2 files using vi by
telneting to Linux from Windows95 (Tranitional
Chinese). One in t1 and the other in t2. These 2
characters are visible in vi and Windows notepad.
Then,

#od -tx t1
0000000 000adbf9
0000003

#od -tx t2
0000000 000ad7f9

Did I correctly conduct the testing?

Regards,

cn

> > I am not absolutely sure this is a bug but I get
> >
> > local_to_utf: could not convert (0xf9db) BIG5 to
> > UTF-8. Ignored
> > local_to_utf: could not convert (0xf9d7) BIG5 to
> > UTF-8. Ignored
> >
> > when inserting/copying these 2 BIG5 characters to
> > tables. The server encoding is set to "UNICODE"
and
> > client is set to "BIG5".

> The messages says BIG5 code points 0xf9db and
0xf9d7 are not
> valid. Are you sure that these BIG5 characters are
valid?

--------------------------------------------------------
You too can have your own email address from Eurosport.
http://www.eurosport.com

Browse pgsql-bugs by date

  From Date Subject
Next Message Sam Liddicott 2002-06-20 11:33:02 Re: drop tempoary table VERY slow
Previous Message Tatsuo Ishii 2002-06-20 04:38:22 Re: could not convert (0xf9db) BIG5 to UTF-8