I have problem with these functions.
I compiled PostgreSQL 7.1 RC1 with --enable-multibyte and --enable-unicode-conversion.
Then initdb -E UNICODE -D /usr/local/pgsql/data
Next I created database pl_test (createdb pl_test -E LATIN2).
I compiled PostgreSQL 7.1 RC1 with --enable-multibyte and --enable-unicode-conversion.
Then initdb -E UNICODE -D /usr/local/pgsql/data
Next I created database pl_test (createdb pl_test -E LATIN2).
When I try SELECT UPPER('some_text_with_polish_national_chars'); polish chars ars still in lower case but others (abcdef...wxyz) are in upper case.
If I compile PostgreSQL only with --enable-locale (locale = pl_PL), everything works OK. But if I want to use OpenACS, I MUST store everything in unicode.
Does anybody know any solution of this problem?
Request notifications