From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51830 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: MML charset tag regression Date: Sat, 26 Apr 2003 02:37:51 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <8465p3kgpl.fsf@lucy.is.informatik.uni-duisburg.de> <84bryuogke.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051317432 4270 80.91.224.249 (26 Apr 2003 00:37:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Apr 2003 00:37:12 +0000 (UTC) Original-X-From: ding-owner+M373@lists.math.uh.edu Sat Apr 26 02:37:09 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 199Dgj-00016b-00 for ; Sat, 26 Apr 2003 02:37:09 +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 199Dha-0001k7-00; Fri, 25 Apr 2003 19:38:02 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 199DhV-0001k2-00 for ding@lists.math.uh.edu; Fri, 25 Apr 2003 19:37:57 -0500 Original-Received: (qmail 22356 invoked by alias); 26 Apr 2003 00:37:57 -0000 Original-Received: (qmail 22351 invoked from network); 26 Apr 2003 00:37:54 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 26 Apr 2003 00:37:54 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h3Q0bp07028003 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Sat, 26 Apr 2003 02:37:52 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030426:ding@gnus.org:8de5e72b08dadca4 X-Hashcash: 0:030426:ding@gnus.org:8de5e72b08dadca4 In-Reply-To: (Jesper Harder's message of "Fri, 25 Apr 2003 21:39:20 +0200") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51830 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51830 Jesper Harder writes: > Simon Josefsson writes: > >> Simon Josefsson writes: >> >>> I will try do a binary search between my configuration and a clean >>> emacs... >> >> My emacs (-q --no-site-init) cannot save that cyrillic string as >> UTF-8. C-x C-s doesn't include UTF-8 as an option. If I go ahead and >> select UTF-8 anyway, the data is corrupted (just like the warning >> says). > > Strange, it works for me using both > > $ LANG=en_US.UTF-8 emacs -q --no-site-file > > and > > $ LANG=en_US.iso88591 emacs -q --no-site-file > > I'm using CVS HEAD updated earlier today. > > Hmm, wait ... maybe I'm copy-pasting differently than you. > > Multibyte X selections from Mozilla never seem to work for me (in this > case it just copied literal '?'s), so what I actually did was save the > HTML file, and copy the string from there. Doing it that way works for me, too. But the string appear as single-width then. For me, when I yanked the string into emacs from galeon it becomes double-width. It is single-width in galeon though. Perhaps unicode include both variants, and one of them works and the other doesn't (Emacs doesn't support all of Unicode, it seems).