From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67586 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: gnus should accept UTF8 even if UTF-8 is standard Date: Thu, 16 Oct 2008 10:12:56 +0900 Message-ID: References: <87iqruvs19.fsf@jidanni.org> <86od1mj3z2.fsf@lifelogs.com> <86od1lg3xq.fsf@lifelogs.com> <87d4i1iqpq.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1224119599 14448 80.91.229.12 (16 Oct 2008 01:13:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2008 01:13:19 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Reiner Steib Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 16 03:14:19 2008 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 1KqHRT-0006cU-Cq for ged-emacs-devel@m.gmane.org; Thu, 16 Oct 2008 03:14:19 +0200 Original-Received: from localhost ([127.0.0.1]:45339 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqHQO-0004Bp-CN for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2008 21:13:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqHQK-0004Ba-Pj for emacs-devel@gnu.org; Wed, 15 Oct 2008 21:13:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqHQI-0004BM-HA for emacs-devel@gnu.org; Wed, 15 Oct 2008 21:13:07 -0400 Original-Received: from [199.232.76.173] (port=56671 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqHQI-0004BH-93 for emacs-devel@gnu.org; Wed, 15 Oct 2008 21:13:06 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:54226) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqHQH-0006sg-ON for emacs-devel@gnu.org; Wed, 15 Oct 2008 21:13:06 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m9G1Cvr9012975; Thu, 16 Oct 2008 10:12:57 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m9G1Cvgn010466; Thu, 16 Oct 2008 10:12:57 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m9G1Cu87024574; Thu, 16 Oct 2008 10:12:56 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KqHQ8-0008IO-JH; Thu, 16 Oct 2008 10:12:56 +0900 In-reply-to: <87d4i1iqpq.fsf@marauder.physik.uni-ulm.de> (message from Reiner Steib on Wed, 15 Oct 2008 21:49:21 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:104539 gmane.emacs.gnus.general:67586 Archived-At: In article <87d4i1iqpq.fsf@marauder.physik.uni-ulm.de>, Reiner Steib writes: > I seem to recall that (define-coding-system-alias 'utf8 'utf-8) might > trigger Gnus into sending articles with "Content-type: text/plain; > charset=utf8" which would be plain wrong [1][2]. But I'm not sure. For mime-charset name, the value of something like this should be used: (coding-system-get CODING-SYSTEM 'mime-charset) --- Kenichi Handa handa@ni.aist.go.jp