Re: convert(USING utf8_to_iso_8859_15) on Windows - Mailing list pgsql-general

From Tom Lane
Subject Re: convert(USING utf8_to_iso_8859_15) on Windows
Date
Msg-id 11346.1170089179@sss.pgh.pa.us
Whole thread Raw
In response to convert(USING utf8_to_iso_8859_15) on Windows  ("Pierre Thibaudeau" <pierdeux@gmail.com>)
List pgsql-general
"Pierre Thibaudeau" <pierdeux@gmail.com> writes:
> My setup is as follows:
> PostgreSQL 8.2.1 on WindowsXP
> The database has UTF8 encoding.
> SHOW lc_ctype; gives: "French_Canada.1252"

I'm not sure about any Windows-specific issues, but in general it's a
really bad idea to be using lc_collate or lc_ctype that is incompatible
with the database encoding.

            regards, tom lane

pgsql-general by date:

Previous
From: ZappA
Date:
Subject: Crazy Error
Next
From: Tom Lane
Date:
Subject: Re: Crazy Error