Re: [BUGS] Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars

2002-05-27 Thread Henry House
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

Re: [BUGS] Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars

2002-05-25 Thread Tom Lane
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

Re: [BUGS] Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars

2002-05-24 Thread Tom Lane
[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-

[BUGS] Bug #676: lower(), upper(), & initcap() do not work on utf-8 chars

2002-05-24 Thread pgsql-bugs
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