From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30364 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: People with From: Date: 25 Apr 2000 22:03:52 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87em7ueymv.fsf@deneb.cygnus.argh.org> References: <200004241839.UAA27058@lucy.cs.uni-dortmund.de> <200004251104.NAA28148@lucy.cs.uni-dortmund.de> <200004251135.NAA28327@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035166912 8048 80.91.224.250 (21 Oct 2002 02:21:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:21:52 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 9F911D051E for ; Tue, 25 Apr 2000 16:03:56 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB22414; Tue, 25 Apr 2000 15:03:52 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 25 Apr 2000 15:03:06 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA07469 for ; Tue, 25 Apr 2000 15:02:53 -0500 (CDT) Original-Received: from mail.netic.de (mail.s.netic.de [212.9.160.11]) by mailhost.sclp.com (Postfix) with ESMTP id 0E9B5D051F for ; Tue, 25 Apr 2000 16:03:10 -0400 (EDT) Original-Received: by mail.netic.de (Smail3.2.0.106/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.2 via remotehost cygnus.argh.org with esmtp for mailhost.sclp.com id m12kBY3-001X3eC; Tue, 25 Apr 2000 22:03:07 +0200 (CEST) Original-Received: from deneb.cygnus.argh.org ([192.168.1.2] ident=exim) by cygnus.argh.org with esmtp (Exim 3.12 #1) id 12kBUP-0000lV-00 for ding@gnus.org; Tue, 25 Apr 2000 21:59:21 +0200 Original-Received: from fw by deneb.cygnus.argh.org with local (Exim 3.12 #1) id 12kBYm-0001KF-00 for ding@gnus.org; Tue, 25 Apr 2000 22:03:52 +0200 Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Tue, 25 Apr 2000 13:35:33 +0200" Original-Lines: 18 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30364 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30364 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Oops. I've got MULE-UCS installed, and it appears that Gnus just > posted as UTF-8 behind my back... Cool. And it certainly was the right thing to do: Your message contained characters from both ISO-8859-1 and ISO-8859-2. In such cases, Gnus uses UTF-8 if it's available. (If UTF-8 can't be used, Gnus falls back to the old way: one MIME part for each charset.) Perhaps I should add something to the manual which explains that? Which section would be appropriate? > I thought that Gnus could read UTF-8 but wouldn't post it? Hm. > Anyway, doesn't matter; using UTF-8 is the right thing to do anyway. A few days ago, I've made a trivial change to support sending in UTF-8 if MULE-UCS is installed.