From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Non-ASCII characters in Subject lines Date: Sat, 25 Apr 2009 20:19:26 +0300 Message-ID: <83eivgfy75.fsf@gnu.org> References: <83r5zhfax9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1240680003 16423 80.91.229.12 (25 Apr 2009 17:20:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Apr 2009 17:20:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 25 19:21:22 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LxlZ2-0000ex-4L for ged-emacs-devel@m.gmane.org; Sat, 25 Apr 2009 19:21:20 +0200 Original-Received: from localhost ([127.0.0.1]:38436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxlXc-0006d8-TS for ged-emacs-devel@m.gmane.org; Sat, 25 Apr 2009 13:19:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxlXD-0006Ee-J3 for emacs-devel@gnu.org; Sat, 25 Apr 2009 13:19:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxlXC-0006DZ-Iq for emacs-devel@gnu.org; Sat, 25 Apr 2009 13:19:27 -0400 Original-Received: from [199.232.76.173] (port=41714 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxlXC-0006DN-Dg for emacs-devel@gnu.org; Sat, 25 Apr 2009 13:19:26 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:28446) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxlXC-00024g-2R for emacs-devel@gnu.org; Sat, 25 Apr 2009 13:19:26 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KIO00J002NHWN00@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Sat, 25 Apr 2009 20:19:24 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.175.232]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KIO006CS2SBCQA0@i_mtaout3.012.net.il>; Sat, 25 Apr 2009 20:19:24 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110473 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Sat, 25 Apr 2009 12:28:42 -0400 > > > Is it allowed by the RFCs to have non-ASCII characters in the Subject > > line of an email message? > > You mean to have bytes >127 ? Yes. > > Rmail currently doesn't decode this part, but maybe it should. > > Such headers appear occasionally, and IIUC Gnus decodes them with the > some default coding system, but I don't think it's high priority. OK, thanks.