Re: UTF8 problem - Mailing list pgsql-general

From Matthew T. O'Connor
Subject Re: UTF8 problem
Date
Msg-id 4487BE3B.3060105@zeut.net
Whole thread Raw
In response to UTF8 problem  ("Matthew T. O'Connor" <matthew@zeut.net>)
Responses Re: UTF8 problem
new FAQ entry (was:Re: UTF8 problem)
Re: UTF8 problem
List pgsql-general
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.

Sorry for the noise,

Matt



Matthew T. O'Connor wrote:
> I'm using DBMail running against PostgreSQL as my mailstore for our
> company network.  I recently converted our company database from
> SQL_ASCII to UTF8 as I thought this would be a *good thing*.
>
> The problem now is that I think I'm loosing emails because in my
> postgresql logs I get this:
> 2006-06-08 01:17:05 EDT LOG:  unexpected EOF on client connection
> 2006-06-08 01:17:05 EDT ERROR:  invalid byte sequence for encoding
> "UTF8": 0xe1202c
>
> This is by far the most common, but I'm getting a few others too such
> as, 0xae, 0x85, 0x92 and more...
>
> The basic setup is that Postfix hands the email to a program called
> dbmail-smtp which parses and insert the message into the database.
> DBMail doesn't know anything about encoding.  I tried setting the
> enviornment variable PGCLIENTENCODING=SQL_ASCII in the Postfix startup
> script, but that doesn't seem to be making any difference.
>
> Any suggestions?
>
> Thanks,
>
> Matt
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org
>

pgsql-general by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: UTF8 problem
Next
From: Tino Wildenhain
Date:
Subject: Re: UTF8 problem