Re: verifying unicode locale support - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: verifying unicode locale support
Date
Msg-id 200404131702.46039.peter_e@gmx.net
Whole thread Raw
In response to verifying unicode locale support  (Holger Klawitter <lists@klawitter.de>)
List pgsql-general
Holger Klawitter wrote:
> 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 else can be wrong?

PostgreSQL, case conversion, and Unicode don't work together.  Pick any
two. :-)


pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: specifics about BIT(n) types
Next
From: "scott.marlowe"
Date:
Subject: Re: Data Encryption in PostgreSQL, and a Tutorial.