Re: Bug in functions lower(), upper() with SQL_ASCII and LATIN1? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug in functions lower(), upper() with SQL_ASCII and LATIN1?
Date
Msg-id 17144.1020710675@sss.pgh.pa.us
Whole thread Raw
In response to Bug in functions lower(), upper() with SQL_ASCII and LATIN1?  (Hans Plum <plum@giub.uni-bonn.de>)
List pgsql-bugs
Hans Plum <plum@giub.uni-bonn.de> writes:
> Take a look at the code and the reactions of PostgreSQL: When I try to
> convert german umlaute, e.g. Ä,Ö,Ü with lower(), I get no lower letters.
> With upper() it is the same problem vice verser ...

This is determined by locale, not encoding.  I think you are not running
the database in the right locale.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Rick Szeto"
Date:
Subject: Update bug.
Next
From: Hiroshi Inoue
Date:
Subject: Re: Bug #657: VB DAO MoveFirst/MoveLast become invalid