From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: Emacs utf-8 coding system Date: Fri, 11 Feb 2005 17:49:55 +0100 Organization: sometimes Message-ID: <7eoeerdoss.fsf@ada2.unipv.it> References: <20041224123729.8A68B4C0AA@webmail2.spymac.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108140779 14759 80.91.229.6 (11 Feb 2005 16:52:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2005 16:52:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 11 17:52:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cze2H-0007qO-00 for ; Fri, 11 Feb 2005 17:52:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzeHE-00075B-Pb for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Feb 2005 12:08:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: ada2.unipv.it Original-X-Trace: quimby.gnus.org 1108140594 21932 193.204.44.145 (11 Feb 2005 16:49:54 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 11 Feb 2005 16:49:54 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:Blig+9uuBmNNTM0hwVeorJwROl4= Original-Xref: shelby.stanford.edu gnu.emacs.help:128500 Original-To: help-gnu-emacs@gnu.org 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: main.gmane.org gmane.emacs.help:24032 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24032 John Russell writes: > I tried C-x Ret f and a few encodings, but nothing > seems to change it could be that the file is in utf-16le, not utf-8. try `universal-coding-system-argument' (normally bound to `C-x RET c'), like so: C-x c utf-16le C-x C-f FILENAME if that works, see also var `file-coding-system-alist'. thi