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

From Tom Lane
Subject Re: verifying unicode locale support
Date
Msg-id 22550.1081866965@sss.pgh.pa.us
Whole thread Raw
In response to verifying unicode locale support  (Holger Klawitter <lists@klawitter.de>)
Responses Re: verifying unicode locale support
List pgsql-general
Holger Klawitter <lists@klawitter.de> 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 else can be wrong?

What byte string are you really entering here?  What's coming through in
your email is \344 ... which is not valid UTF8.  But I suspect something
may have translated it before it got to my inbox.

            regards, tom lane

pgsql-general by date:

Previous
From: "Mattias Kregert"
Date:
Subject: Re: Filesystem vs. Postgres for images
Next
From: Peter Eisentraut
Date:
Subject: Re: specifics about BIT(n) types