On Sat, May 25, 2002 at 12:56:06AM -0400, Tom Lane wrote:
> [EMAIL PROTECTED] writes:
> > The string case manipulation functions lower(), upper(), & initcap()
> > have no effect on non-ASCII characters in the argument, such as �, �,
> > �, �, etc. ASCII chars in the argument are properly up- or
Henry House <[EMAIL PROTECTED]> writes:
>> Unfortunately you didn't mention anything about your locale setup...
> The server locale is en_US.UTF-8. (At least I set it up as such when
> installing PostgreSQL; I know no way to verify.) The server version is 7.2.=
> 1,
> running on a IA32 and a DEC
[EMAIL PROTECTED] writes:
> The string case manipulation functions lower(), upper(), & initcap()
> have no effect on non-ASCII characters in the argument, such as æ, å,
> ø, ä, etc. ASCII chars in the argument are properly up- or down-cased.
> The database encoding is UTF-8.
lower/upper-
Henry House ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
lower(), upper(), & initcap() do not work on utf-8 chars
Long Description
The string case manipulation functions lower(), upper(), & initcap()
have no effect on non-A