Re: [BUGS] Bug #823: upper() does not handle å, ä and ö correctly. - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: [BUGS] Bug #823: upper() does not handle å, ä and ö correctly.
Date
Msg-id 20021126084034.O77510-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Bug #823: upper() does not handle å, ä and ö correctly.  (pgsql-bugs@postgresql.org)
List pgsql-bugs
On Tue, 26 Nov 2002 pgsql-bugs@postgresql.org wrote:

> Marcus Andersson (maran@fyrplus.se) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> upper() does not handle �, � and � correctly.
>
> Long Description
> The function upper() just leaves the letters �, �, and � unmodified.
> It should replace them with �, � and � respectively.
>
> PostgreSQL version 7.2.3 on Solaris.
>
> I am using encoding 7 (ISO 8859-1).

It's probably a locale issue.  What locale did you initdb in?



pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: RULE: ON DELETE doesn't stack deletes
Next
From: Adam Buraczewski
Date:
Subject: Re: PostgreSQL 7.3rc1: initdb fais with '-W' switch given in the command line.