Re: Next: Encoding Issue

From: Selena Deckelmann <selenamarie(at)gmail(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: "pdxpug(at)postgresql(dot)org" <pdxpug(at)postgresql(dot)org>
Subject: Re: Next: Encoding Issue
Date: 2009-02-03 15:50:23
Message-ID: 2b5e566d0902030750m4432beb2te507f3f4174ed4a4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

On Tue, Feb 3, 2009 at 7:09 AM, Rich Shepard <rshepard(at)appl-ecosys(dot)com> wrote:

> createdb: database creation failed: ERROR: encoding UTF8 does not match
> server's locale en_US
> DETAIL: The server's LC_CTYPE setting requires encoding LATIN1.
>
> Setting LC_ALL=en_US.utf8 doesn't make any difference.
>
> Any thoughts?

You have to re-initdb (as Devin indicated in an earlier message). See
similar issue:

http://www.nabble.com/Locale---Encoding-mismatch-td16384677.html

-selena

--
Selena Deckelmann
Open Source Bridge - http://www.opensourcebridge.org
PDXPUG - http://pugs.postgresql.org/pdx
Me - http://www.chesnok.com/daily

In response to

Responses

Browse pdxpug by date

  From Date Subject
Next Message Rich Shepard 2009-02-03 16:22:38 Re: Next: Encoding Issue
Previous Message Rich Shepard 2009-02-03 15:09:21 Re: Next: Encoding Issue