From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien_Kirche?= Newsgroups: gmane.emacs.devel Subject: Re: Detecting BOM for UTF files Date: Wed, 15 Oct 2003 16:58:59 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1B6B4E43-FF20-11D7-BEA9-000393861220@sage.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1066230081 18960 80.91.224.253 (15 Oct 2003 15:01:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2003 15:01:21 +0000 (UTC) Cc: emacs-devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Oct 15 17:01:18 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9n9K-0005XU-00 for ; Wed, 15 Oct 2003 17:01:18 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9n9K-0000t5-01 for ; Wed, 15 Oct 2003 17:01:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9n9C-0003Hz-A3 for emacs-devel@quimby.gnus.org; Wed, 15 Oct 2003 11:01:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9n8Y-000381-Gd for emacs-devel@gnu.org; Wed, 15 Oct 2003 11:00:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9n80-00031F-MD for emacs-devel@gnu.org; Wed, 15 Oct 2003 11:00:27 -0400 Original-Received: from [195.25.216.129] (helo=Mis.sage.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9n7z-000310-Ub for emacs-devel@gnu.org; Wed, 15 Oct 2003 10:59:56 -0400 Original-Received: from sage.com (SEKIMACG4 [172.18.3.54]) by Mis.sage.fr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id TFSGAW6M; Wed, 15 Oct 2003 17:02:53 +0200 Original-To: Andreas Schwab In-Reply-To: X-Mailer: Apple Mail (2.552) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17114 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17114 Le mercredi, 15 oct 2003, =E0 16:23 Europe/Paris, Andreas Schwab a =E9crit= : > ??? UTF-8 does not need a BOM, it's an 8-bit encoding. Mmmh, FAQ of Unicode.org explains that there exists one BOM for UTF-8=20 too : look here : http://www.unicode.org/faq/utf_bom.html#25 Anyway, do I have to understand that it isn't poosible to guess type=20 without BOM ? S=E9bastien Kirche