From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64383 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: GPG --status-fd outputs in UTF-8. Date: Thu, 08 Mar 2007 07:06:31 +0900 Message-ID: <526bd3a0-07d1-4009-976f-bf692643d34d@well-done.deisui.org> References: <87ps7k9anj.fsf@lrde.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1173305266 12332 80.91.229.12 (7 Mar 2007 22:07:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2007 22:07:46 +0000 (UTC) Cc: ding@gnus.org To: michael@cadilhac.name (=?ISO-8859-1?Q?Micha=EBl?= Cadilhac) Original-X-From: ding-owner+M12907@lists.math.uh.edu Wed Mar 07 23:07:40 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1HP4IN-0003gk-W9 for ding-account@gmane.org; Wed, 07 Mar 2007 23:07:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1HP4Ha-0008VU-Q4; Wed, 07 Mar 2007 16:06:50 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HP4HX-0008V5-Ms for ding@lists.math.uh.edu; Wed, 07 Mar 2007 16:06:47 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1HP4HR-0003D5-H5 for ding@lists.math.uh.edu; Wed, 07 Mar 2007 16:06:47 -0600 Original-Received: from 221x255x76x220.ap221.ftth.ucom.ne.jp ([221.255.76.220] helo=localhost ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HP4HQ-0007Pk-00 for ; Wed, 07 Mar 2007 23:06:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=well-done.deisui.org ident=ueno) by localhost with esmtp (Exim 4.63) (envelope-from ) id 1HP4HH-0003cV-Mw; Thu, 08 Mar 2007 07:06:31 +0900 X-Attribution: DU Mail-Copies-To: poster In-Reply-To: <87ps7k9anj.fsf@lrde.org> (=?ISO-8859-1?Q?Micha=EBl?= Cadilhac's message of "Wed, 07 Mar 2007 19:22:08 +0100") X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64383 Archived-At: >>>>> In <87ps7k9anj.fsf@lrde.org>=20 >>>>> michael@cadilhac.name (Micha=EBl Cadilhac) wrote: > (setq process > (apply #'start-process "pgg-gpg" buffer pgg-gpg-program args))) > (set-default-file-modes orig-mode)) > + (set-process-coding-system process 'utf-8) At least, this change will cause a problem on decryption, if the plain text is encoded in non-UTF-8 encoding. BTW, as you might know, PGG is no longer recommended for No Gnus, and the current primary backend EasyPG handles status-fd output more precisely, it's easy to make it decode user-id's which only appear on status lines. Regards, --=20 Daiki Ueno