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

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: michael(dot)enke(at)wincor-nixdorf(dot)com
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-05-20 08:25:07
Message-ID: 20020520.172507.85413834.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

> > > > 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".

Attachment Content-Type Size
japanese.txt application/octet-stream 6 bytes

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-05-20 18:05:52 Bug #668: cursors with params: mismatched parentheses;
Previous Message Tom Lane 2002-05-19 16:50:05 Re: match_special_index_operator don't work in 7.2.1

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2002-05-20 09:08:50 Re: [COMMITTERS] pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...
Previous Message Jean-Michel POURE 2002-05-20 07:31:31 Re: [HACKERS] UTF-8 safe ascii() function