Re: UTF-8 encoding failure

Поиск
Список
Период
Сортировка
От Martin Schäfer
Тема Re: UTF-8 encoding failure
Дата
Msg-id 11A8567A97B15648846060F5CD818EB840FF19F7EA@DEV001EX.Dev.cadcorp.net
обсуждение исходный текст
Ответ на Re: UTF-8 encoding failure  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-bugs
Unfortunately there are encoding problems on my machine. I'm getting this output:

Testing with encoding UTF-8:
PQfname(pResult, 4) returned incorrect field name.
PQfname(pResult, 5) returned incorrect field name.
PQfname(pResult, 6) returned incorrect field name.

Testing with encoding SJIS:
Query failed with error:
ERROR:  invalid byte sequence for encoding "UTF8": 0xe59eff
HINT:  This error can also happen if the byte sequence does not match the encoding expected by the server, which is
controlledby "client_encoding".
 

Instead of a Japanese OS, I used an English (UK) OS and set the system locale to Japanese, but that should be good
enoughI think.
 
I also used a new install of PostgreSQL, with only the PostGIS module added.

Okay, I find it difficult to imagine that a bug like this would not have been found before. But if it works fine on
yourmachines, why doesn't it work on my machine?
 

Regards,

Martin Schäfer
Principal Software Engineer
Cadcorp
Computer Aided Development Corporation Ltd.
1 Heathcock Court, London, WC2R 0NT
martin.schaefer@cadcorp.com
www.cadcorp.com

> -----Original Message-----
> From: Takahiro Itagaki [mailto:itagaki.takahiro@oss.ntt.co.jp] 
> Sent: Friday, March 26, 2010 3:07 AM
> To: Martin Schäfer; Hiroshi Saito
> Cc: pgsql-bugs@postgresql.org
> Subject: Re: [BUGS] UTF-8 encoding failure
> 
> "Hiroshi Saito" <z-saito@guitar.ocn.ne.jp> wrote:
> > Probably it is not a bug.
> >
> > Testing with encoding UTF-8:
> > NOTICE:  CREATE TABLE will create implicit sequence 
> "蝗帛ョ誉gid_seq" for serial column "蝗帛ョ・gid"
> > Testing with encoding SJIS:
> > NOTICE:  CREATE TABLE will create implicit sequence 
> "四宗_gid_seq" for serial column "四宗.gid"
> 
> > From: "Martin Schafer" <Martin.Schaefer@cadcorp.com>
> > - UTF8: does not return the same column name used to create 
> the table.
> 
> Yeah, there are no encoding problems in libpq and postgres, 
> but you need to print NOTICE messages in the same codepage 
> with your console.
> You probably need to replace routines to display NOTICE 
> messages in libpq.
> PQsetNoticeReceiver() would be a help.
> 
> Or, you could just change the codepage of your console to UTF-8.
> However, there is a known problem in Windows console that console with
> UTF-8 codepage cannot display any kanji characters. I'm not 
> sure what we can do to fix it ... some font settings in the registory?
> 
> Regards,
> ---
> Takahiro Itagaki
> NTT Open Source Software Center
> 
> 
> 
> 
****************************************************************************
This email is confidential and may be privileged and should not be used, read
or copied by anyone who is not the  original intended recipient. If you have
received this email in error  please inform the sender and delete it from
your mailbox or any other storage mechanism. Unless specifically stated,
nothing in this email constitutes an offer by Cadcorp and Cadcorp does not
warrant that any information contained in this email is accurate.
Cadcorp cannot accept liability for any statements made which are clearly the
sender's own and not expressly made on behalf of Cadcorp or one of its agents.
Please rely on your own virus check. No responsibility is taken by Cadcorp
for any damage arising out of any bug or virus infection.
****************************************************************************

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Takahiro Itagaki
Дата:
Сообщение: Re: UTF-8 encoding failure
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: BUG #5389: Column order on dump/reload broken from defined setof function