Re: [HACKERS] Bug #659: lower()/upper() bug on

From: "Enke, Michael" <michael(dot)enke(at)wincor-nixdorf(dot)com>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: hannu(at)tm(dot)ee, pgsql-bugs(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Bug #659: lower()/upper() bug on
Date: 2002-06-12 07:48:18
Message-ID: 3D06FCC2.D03F8006@wincor-nixdorf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Tatsuo Ishii wrote:
>
> > > > > There are "full width alphabets" in Japanese. Thoes include not only
> > > > > ASCII letters but also some European characters.
> > > >
> > > > Are these ASCII and European characters uppercased in some
> > > > Japanese-specific way ?
> > >
> > > Probably not, but I'm not sure since my Linux box does not have *.utf8
> > > locales.
> >
> > Could you give me the UTF-8 bytecode for one japanese upper case char and
> > for the same char the lower case?
> > I will check in de_DE locale if this translations works.
>
> Ok, here is the data you requested. The first three bytes (0xefbca1)
> represents full-width capital "A", the rest three bytes (0xefbd81)
> represents full-width lower case "a".

Thank you for the data, it is working in ja_JP.utf8 and in de_DE.utf8
I send you my test program as attachment.

Regards,
Michael

Attachment Content-Type Size
mb_full-width.c text/plain 1.9 KB

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Meskes 2002-06-12 12:10:10 Re: [BUGS] Bug #640: ECPG: inserting float numbers
Previous Message Bruce Momjian 2002-06-11 22:20:41 Re: createdb comments

Browse pgsql-hackers by date

  From Date Subject
Next Message Ulrich Neumann 2002-06-12 08:35:24 Antw: Re: Native Win32/OS2/BeOS/NetWare ports
Previous Message Bruce Momjian 2002-06-12 04:02:26 Re: Analyze on large changes...