Thread: [pgmail] - I have problems with pgmail

[pgmail] - I have problems with pgmail

From
BenLaKnet
Date:
I install language and all codes ...

but I have problems with text in french with accents "ééé àààà èèè"

The datas are correct in database but tcl does not recognize the format 
and trnasform accents when I send mail ! ...

What could I do ?



Re: [pgmail] - I have problems with pgmail

From
Tom Lane
Date:
BenLaKnet <benlaknet@icqmail.com> writes:
> The datas are correct in database but tcl does not recognize the format 
> and trnasform accents when I send mail ! ...

Try making sure that client_encoding is set to unicode.  (libpgtcl
probably ought to enforce this, but it doesn't at the moment.)
        regards, tom lane