Re: [BUGS] LATIN2 and wrong upper() and lower() functions output

2001-03-30 Thread Peter Eisentraut
Robert Gaszewski writes: > When I try SELECT UPPER('some_text_with_polish_national_chars'); > polish chars are still in lower case but others (abcd...wxyz) are > in upper case. > I compiled PostgreSQL with --enable-multibyte and > --enable-unicode-conversion. Case conversion and ordering are co

[BUGS] LATIN2 and wrong upper() and lower() functions output

2001-03-30 Thread Robert Gaszewski
I have PostgreSQL 7.1RC1 with multibyte support and encoding set to LATIN2. When I try SELECT UPPER('some_text_with_polish_national_chars'); polish chars are still in lower case but others (abcd...wxyz) are in upper case. For example: (Client encoding is LATIN2) input: SELECT UPPER('łąka');