Re: UTF8 problem

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: UTF8 problem
Date: 2006-06-08 06:37:23
Message-ID: 4487C5A3.7040703@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Matthew T. O'Connor schrieb:
> Well, to answer my own question, I hacked the source code of DBMail and
> had it set the client encoding to LATIN1 immediately after database
> connect, this seems to have fixed the problem.
>

You could also just have set the client_encoding as an user-option
in postgres so on login, the encoding is set to what you want
automatically. (See ALTER USER ...)

Regards
Tino

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Allen 2006-06-08 07:00:22 new FAQ entry (was:Re: UTF8 problem)
Previous Message Matthew T. O'Connor 2006-06-08 06:05:47 Re: UTF8 problem