Re: trouble with to_char('L')
Mikko <mhannesy@gmail.com>
From: Mikko <mhannesy@gmail.com>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: pgsql-general@postgresql.org
Date: 2009-04-22T17:06:24Z
Lists: pgsql-hackers, pgsql-general
On Wed, Apr 22, 2009 at 2:13 AM, Alvaro Herrera <alvherre@commandprompt.com> wrote: > Ouch ... I thought that was the way that Windows designated UTF8 > locales, but maybe I am wrong. Ok, now I found out that Windows doesn't support locales with encoding using more than two bytes per character and initdb falls back to 1252. http://msdn.microsoft.com/en-us/library/x99tb11d.aspx I guess I'll have to manage with win1252 encoded dbs for the moment. Thanks for the answers! Mikko