Re: [GENERAL] verifying unicode locale support

2004-04-13 Thread Tom Lane
Holger Klawitter <[EMAIL PROTECTED]> writes: > I have checked with Java (toUpperCase()) and C (see attached program, might > help others) that my locale is working, but postgres (initdb and postmaster > running with LANG=de_DE.utf8, -E UNICODE) still insists that upper('ä') > equals 'ä'. What el

[GENERAL] verifying unicode locale support

2004-04-13 Thread Holger Klawitter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, triggered by the recent questions about sorting, I started digging into my problems with upper('ä')='ä' when using LC_CTYPE and LANG = de_DE.UTF-8. I have checked with Java (toUpperCase()) and C (see attached program, might help others) t