Re: 1.5.7 BUG: character set in traditional PGP
Dne Thu, Feb 10, 2005 at 10:21:17PM +0900, Tamotsu Takahashi napsal:
> - fc = fgetconv_open (pgpout, "utf-8", Charset, 0);
> + fc = fgetconv_open (pgpout, body_charset, Charset, 0);
This is from my point of view for sure bad solution.
I have also problem with gpg too, I get many messages which are starting in
gpg like this:
-----BEGIN PGP MESSAGE-----
Charset: ISO-8859-2
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
hQEOA/GHVxkxur6IEAP/RCVPDFFDmqoaw+xtaN5t5qDcb3e0rtqoaglf6bMLAPdl
and the header says
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
whis I find correct. The armor is us-ascii. But the gpg encoded message is
ISO-8859-2 and I am not able to display it.
I am not sure where the problem is. If the gpg should parse charset header
and shloud recode the text into UTF expected by mutt, or if mutt shlould
take care about it.
cheers
dan