Next: Encoding Issue

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pdxpug(at)postgresql(dot)org
Subject: Next: Encoding Issue
Date: 2009-02-03 03:04:06
Message-ID: alpine.LNX.2.00.0902021900400.10520@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

I'm seeing this error when I try to create a database within TinyERP:

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.

The application is designed for unicode (that's UTF8, isn't it?) and I
cannot pass the '-E' option to the createdb command within the application.
Please suggest approaches to resolve this conflict.

Thanks,

Rich

--
Richard B. Shepard, Ph.D. | Integrity Credibility
Applied Ecosystem Services, Inc. | Innovation
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

Responses

Browse pdxpug by date

  From Date Subject
Next Message Ewan, Michael 2009-02-03 04:52:28 Re: Next: Encoding Issue
Previous Message Rich Shepard 2009-02-03 01:23:24 Re: Dropping Old Databases