Re: Problem with upper function and special characters - Mailing list pgsql-cygwin

From mike g
Subject Re: Problem with upper function and special characters
Date
Msg-id 1088565017.16709.8.camel@localhost.localdomain
Whole thread Raw
In response to Problem with upper function and special characters  (Gerardo Castillo <gcastillo@ice.co.cr>)
List pgsql-cygwin
Hi,

I don't believe that locale is supported in postgresql.

See http://www.postgresql.org/docs/7.4/static/multibyte.html#AEN18181
for a list of supported character sets.

Double check and make sure that postgres didn't use the default encoding
of Unicode instead.  There is a known bug in 7.4x with Upper/Lower
conversion in Unicode and perhaps that is affecting your encoding as
well.

Mike
On Thu, 2004-06-24 at 12:30, Gerardo Castillo wrote:
> Hello,
>     I have postgresql-7.4.3-1 in windows xp professional sp1 and
> cygwin.
>     Postgresql was installed with "--locale=es_ES". parameter
>
>     My problem is with the upper function. When I use it with special
> characters like áéí, it doesn't convert the case properly.
>
> Ej:
>     select upper('a');
>     result is: A  (OK)
> but ,
>     select upper('á');
>     result is: á (It should be Á)
>
> I'd really appreciate any help.
>
> Thanks,
> Gerardo.

pgsql-cygwin by date:

Previous
From: mike g
Date:
Subject: Re: Question about cygwin/postgres install
Next
From: Kevin Marth
Date:
Subject: initdb fails with invalid argument to shmat