AW: Re: [BUGS] UPPER and LOWER dosen't work correctly o n special caracters (umlauts) - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: Re: [BUGS] UPPER and LOWER dosen't work correctly o n special caracters (umlauts)
Date
Msg-id 11C1E6749A55D411A9670001FA6879633680B2@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> > The Upper- and the lower function don't convert the german 
> umlauts (ü.ä.ö.) but leave them in their original condition
> 
> Gert (or anyone): what should the result be? I'm German-impaired, so
> you'll need to be more specific. Did you compile with locale 
> turned on?
> Multi-byte character sets?? 

We usually use ISO8859-1 which is single byte.

> Which byte codes correspond to the lower-
> and upper-case umlaut characters???

lower --> upper
ä    Ä
ö    Ö
ü    Ü

Current CVS does this correctly when compiled with --enable-locale,
so imho we don't have a bug here, since we can't do this sort of thing without locale.

Andreas

PS: Thomas, can you please forward to the report originator.


pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: time stops within transaction
Next
From: Hiroshi Inoue
Date:
Subject: toast operations while locking a buffer