From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51825 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: MML charset tag regression Date: Fri, 25 Apr 2003 21:39:20 +0200 Organization: http://purl.org/harder/ 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 1051299724 14916 80.91.224.249 (25 Apr 2003 19:42:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2003 19:42:04 +0000 (UTC) Original-X-From: ding-owner+M368@lists.math.uh.edu Fri Apr 25 21:42:03 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 199941-0003nO-00 for ; Fri, 25 Apr 2003 21:40:53 +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 19994O-0000pu-00; Fri, 25 Apr 2003 14:41:16 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19994F-0000pm-00 for ding@lists.math.uh.edu; Fri, 25 Apr 2003 14:41:07 -0500 Original-Received: (qmail 6631 invoked by alias); 25 Apr 2003 19:41:06 -0000 Original-Received: (qmail 6626 invoked from network); 25 Apr 2003 19:41:06 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 25 Apr 2003 19:41:06 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 1999A2-00051z-00 for ; Fri, 25 Apr 2003 21:47:06 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: 0xc3f952a0.esnxr1.ras.tele.dk Original-X-Trace: quimby.gnus.org 1051300026 19342 195.249.82.160 (25 Apr 2003 19:47:06 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 25 Apr 2003 19:47:06 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; 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.