From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53716 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus: UTF-8 and compatibility with other MUAs Date: Fri, 15 Aug 2003 01:01:27 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1060902408 6834 80.91.224.253 (14 Aug 2003 23:06:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2003 23:06:48 +0000 (UTC) Original-X-From: ding-owner+M2260@lists.math.uh.edu Fri Aug 15 01:06:47 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19nRB8-000893-00 for ; Fri, 15 Aug 2003 01:06:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19nR8x-0007Sc-00; Thu, 14 Aug 2003 18:04:31 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19nR8h-0007SA-00 for ding@lists.math.uh.edu; Thu, 14 Aug 2003 18:04:15 -0500 Original-Received: (qmail 5369 invoked by alias); 14 Aug 2003 23:04:14 -0000 Original-Received: (qmail 5364 invoked from network); 14 Aug 2003 23:04:14 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 14 Aug 2003 23:04:14 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19nR9Q-0003D6-00 for ; Fri, 15 Aug 2003 01:05:00 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 31 Original-NNTP-Posting-Host: 0xc3f952f4.esnxr1.ras.tele.dk Original-X-Trace: quimby.gnus.org 1060902299 12341 195.249.82.244 (14 Aug 2003 23:04:59 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 14 Aug 2003 23:04:59 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > I know Emacs is able to use utf-8 encoding so Gnus is. > > My question is more a question of compliance with other MUAs. > Would you recommend your users to use utf-8 as a default encoding > system ? No, because there's no reason to use UTF-8 if a more widely supported charset is sufficient. To use UTF-8 by default would also be against RFC 2046: ,----[ RFC 2046, Section 4.1.2. ] | | In general, composition software should always use the "lowest common | denominator" character set possible. For example, if a body contains | only US-ASCII characters, it SHOULD be marked as being in the US- | ASCII character set, not ISO-8859-1, which, like all the ISO-8859 | family of character sets, is a superset of US-ASCII. More generally, | if a widely-used character set is a subset of another character set, | and a body contains only characters in the widely-used subset, it | should be labelled as being in that subset. This will increase the | chances that the recipient will be able to view the resulting entity | correctly. `---- But if the message contains characters (or combination of characters) where a _single_ iso-8859-x charset can't be used, then by all means use UTF-8. This is far better than sending a multipart message (which Gnus does if UTF-8 isn't available).