Re: BUG #2300: Error in upper function - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #2300: Error in upper function
Date
Msg-id 20060304214556.GJ13230@surnet.cl
Whole thread Raw
In response to BUG #2300: Error in upper function  ("Kashin Oleg" <kashin.oleg@mail.ru>)
List pgsql-bugs
Kashin Oleg wrote:

> My database is with UTF8 encoding. When I use function "upper" for any filed
> of table I get the next error
> "Invalid multibyte character for locale".

Did you select a locale appropiate for UTF8 as well?  It's pretty easy
to get into trouble if you select a non-matching pair of locale and
encoding.  UTF8 locales are usually prefixed with ".UTF8", so for
example in my case es_CL.UTF8 works with UTF8 encoding, but es_CL
doesn't, as the latter assumes iso-8859-1 encoding.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-bugs by date:

Previous
From: "Gavin Scott"
Date:
Subject: BUG #2299: pg_dump error w/ renamed primary keys
Next
From: Tom Lane
Date:
Subject: Re: BUG #2299: pg_dump error w/ renamed primary keys