Обсуждение: [pgmail] - I have problems with pgmail

Поиск
Список
Период
Сортировка

[pgmail] - I have problems with pgmail

От
BenLaKnet
Дата:
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

От
Tom Lane
Дата:
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