From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: RC: XML recognition (Re: Gnus crash) Date: Sun, 19 Jan 2003 19:50:51 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301170227.LAA12559@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043024269 27230 80.91.224.249 (20 Jan 2003 00:57:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2003 00:57:49 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18aQG4-00074w-00 for ; Mon, 20 Jan 2003 01:57:48 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18aQQh-0006kF-00 for ; Mon, 20 Jan 2003 02:08:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18aQEd-0006AD-0C for emacs-devel@quimby.gnus.org; Sun, 19 Jan 2003 19:56:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18aQA1-0004TN-00 for emacs-devel@gnu.org; Sun, 19 Jan 2003 19:51:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18aQ9j-0004DV-00 for emacs-devel@gnu.org; Sun, 19 Jan 2003 19:51:15 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18aQ9M-000452-00 for emacs-devel@gnu.org; Sun, 19 Jan 2003 19:50:52 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18aQ9L-0006W4-00; Sun, 19 Jan 2003 19:50:51 -0500 Original-To: Karl Eichwalder In-reply-to: (message from Karl Eichwalder on Sat, 18 Jan 2003 06:27:52 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10883 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10883 . A XML file without encoding information is by definition UTF-8 encoded. But Emacs from the RC branch does not know about it; Emacs will open it as a ISO-8859-1 file (at least as long as Emacs was started in an ISO-8859-1 locale). I think that counts as a bug. Ok, let's install this fix in RC.