From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 100, Issue 28 Date: Thu, 10 Mar 2011 05:04:56 +0100 Message-ID: References: <834o7dh1k1.fsf@gnu.org> <4D78481A.5050304@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299729949 9801 80.91.229.12 (10 Mar 2011 04:05:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2011 04:05:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 05:05:45 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PxX8D-00058W-CK for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2011 05:05:45 +0100 Original-Received: from localhost ([127.0.0.1]:58881 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxX8C-00050O-L9 for ged-emacs-devel@m.gmane.org; Wed, 09 Mar 2011 23:05:44 -0500 Original-Received: from [140.186.70.92] (port=57610 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxX87-00050I-J5 for emacs-devel@gnu.org; Wed, 09 Mar 2011 23:05:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxX86-0003OF-FQ for emacs-devel@gnu.org; Wed, 09 Mar 2011 23:05:39 -0500 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:53043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxX85-0003Ns-56; Wed, 09 Mar 2011 23:05:37 -0500 Original-Received: by gwaa12 with SMTP id a12so344529gwa.0 for ; Wed, 09 Mar 2011 20:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=jsnqK69vI1c30fPmvgPJaNtdbzHq7r4yqaOiuGuqw7M=; b=SuzHLCvJAC5BdK4AiKFAlrd7m1ixsdJqoSRUGLu1LU55PZ4YcKF2snZOMn4rMLZw7K oIIumpU6dVblI5RC7HlnNLgEgMudHVnKPhQzCCORTNUPyRnpevbK+OGijDJ0MiQnXI8k jMuYw2HzvgMtaPR+6GCVBq/R78lk8dROuRkko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=YtA3qF7ETuhRBSNpkL7JgDF0MMgA+RhdImM+n/HGvH58LqgjBpDLuT/26LbwUCJBey TeN8ptWg8WXXbs/fi1n2UBjlEdxeF3XhYUiTZrYBmLjqzlLrZPVmfGPuNYJL3ffXXyWe kDkVukhtPwGp58C87q/B9kAzMLMwFVMziDX1M= Original-Received: by 10.150.132.3 with SMTP id f3mr375507ybd.242.1299729936494; Wed, 09 Mar 2011 20:05:36 -0800 (PST) Original-Received: by 10.147.137.2 with HTTP; Wed, 9 Mar 2011 20:04:56 -0800 (PST) In-Reply-To: <4D78481A.5050304@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137017 Archived-At: On Thu, Mar 10, 2011 at 04:40, Jason Rumney wrote: > I'm not sure I understand the distinction between raw bytes and properly > encoded text when talking about file contents. =C2=A0Those byte values do= appear > to be the correct UTF-8 encoding if I am not mistaken. Emacs doesn't think so, because trying to save such info file gives a message that the file cannot be encoded in utf-8-dos. =C2=A0 =C2=A0 Juanma