From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: those funny non-ASCII characters Date: Thu, 31 May 2012 21:23:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1338525317 27918 80.91.229.3 (1 Jun 2012 04:35:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Jun 2012 04:35:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 01 06:35:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SaJZy-0003yD-CD for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Jun 2012 06:35:14 +0200 Original-Received: from localhost ([::1]:43756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaJZx-0001i9-TB for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Jun 2012 00:35:13 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 175.136.230.202 Original-X-Trace: posting.google.com 1338525029 19922 127.0.0.1 (1 Jun 2012 04:30:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 1 Jun 2012 04:30:29 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=175.136.230.202; posting-account=pYxWjwkAAACsHSUNDoi5N05LVCTP7PVM User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:192663 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85069 Archived-At: On Thursday, 31 May 2012 01:15:11 UTC+8, Buchs, Kevin wrote: > Xah suggested I embrace Unicode. So I could use (prefer-coding-system > 'utf-8) or the file variable: -*- coding: utf-8 -*-. Are there drawbacks > to the former? What about opening an ASCII coded file? Can emacs > properly detect it or does it come up as UTF-8? ASCII is a subset of UTF-8, so the problem you are imagining does not exist.