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
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');