From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: To get Unicode file (UTF8) with a leading byte-order-marker characters? Date: Tue, 08 Jun 2010 19:02:30 -0400 Message-ID: References: <878w6p4kbm.fsf@debian-laptop.localdomain> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1276038184 28959 80.91.229.12 (8 Jun 2010 23:03:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Jun 2010 23:03:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 09 01:03:02 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@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 1OM7p0-0005GJ-Bc for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jun 2010 01:03:02 +0200 Original-Received: from localhost ([127.0.0.1]:37293 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM7oz-0006yV-O3 for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Jun 2010 19:03:01 -0400 Original-Received: from [199.232.76.173] (port=36083 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM7oV-0006w5-CJ for help-gnu-emacs@gnu.org; Tue, 08 Jun 2010 19:02:31 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OM7oU-0001ku-Bd for help-gnu-emacs@gnu.org; Tue, 08 Jun 2010 19:02:30 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60317) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OM7oU-0001ko-2n for help-gnu-emacs@gnu.org; Tue, 08 Jun 2010 19:02:30 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OM7oU-0007oX-1Q for help-gnu-emacs@gnu.org; Tue, 08 Jun 2010 19:02:30 -0400 In-reply-to: <878w6p4kbm.fsf@debian-laptop.localdomain> (message from Paul Chany on Tue, 08 Jun 2010 17:26:21 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73858 Archived-At: > From: Paul Chany > Date: Tue, 08 Jun 2010 17:26:21 +0200 > > The file should be ASCII (using \U escapes for unicode characters) or > Unicode (UTF16 or UTF8) with a leading byte-order-marker. > > How can I get this file using Emacs? C-x RET f utf-8-with-signature RET