From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48300 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Postings with UTF-8 characters are mangled Date: Sun, 29 Dec 2002 23:13:38 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84bs4gcdvr.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1041200495 7751 80.91.224.249 (29 Dec 2002 22:21:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2002 22:21:35 +0000 (UTC) Return-path: Original-Received: from util1.math.uh.edu ([129.7.128.22]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18SloL-00020q-00 for ; Sun, 29 Dec 2002 23:21:33 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by util1.math.uh.edu with esmtp (Exim 4.10) id 18Slkh-0005Sq-00; Sun, 29 Dec 2002 16:17:47 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 29 Dec 2002 16:17:02 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA10292 for ; Sun, 29 Dec 2002 16:16:40 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18Slip-0004x3-00 for ; Sun, 29 Dec 2002 23:15:51 +0100 Original-To: ding@hpc.uh.edu Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: 0xc3f95299.esnxr1.ras.tele.dk Original-X-Trace: quimby.gnus.org 1041200151 19036 195.249.82.153 (29 Dec 2002 22:15:51 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 29 Dec 2002 22:15:51 GMT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:Op/1g/TgdyntaqyELA80y6ee3Ks= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48300 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48300 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > Whenever I include a snippet from my summary buffers in a posting, the > posting is garbled. Emacs declares it as UTF-16 but it is actually > (something similar to) UTF-8. I think there are two problems: 1. UTF-16 seems to be broken in CVS Emacs. I get an error when I try to save an ordinary file as UTF-16 -- so it's probably not Gnus related. 2. UTF-16 has higher priority than UTF-8 in CVS Emacs. I think we should find a fix. Using UTF-16 in email is bad. I'm not sure what's best: * Ask the Emacs maintainers if the priority of UTF-8 and UTF-16 could be swapped? or * Initialize `mm-coding-system-priorities' to something like: (when (fboundp 'sort-coding-systems) (delq 'mule-utf-16-le (delq 'mule-utf-16-be (sort-coding-systems (coding-system-list t))))) Ideas?