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: how to change file coding system Date: Fri, 12 Aug 2005 18:04:29 +0300 Message-ID: References: <87k6iribd6.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1123859500 2254 80.91.229.2 (12 Aug 2005 15:11:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Aug 2005 15:11:40 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 12 17:11:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E3bBo-0003vX-BV for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Aug 2005 17:11:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E3bF1-0003JT-LM for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Aug 2005 11:14:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E3bBo-0002PF-Jr for help-gnu-emacs@gnu.org; Fri, 12 Aug 2005 11:11:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E3bBd-0002Gw-Cq for help-gnu-emacs@gnu.org; Fri, 12 Aug 2005 11:11:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E3bBY-0002El-Lt for help-gnu-emacs@gnu.org; Fri, 12 Aug 2005 11:11:04 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E3bJo-0003xH-A2 for help-gnu-emacs@gnu.org; Fri, 12 Aug 2005 11:19:36 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-83-113.inter.net.il [80.230.83.113]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CCI45118 (AUTH halo1); Fri, 12 Aug 2005 18:04:26 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <87k6iribd6.fsf@thalassa.informatimago.com> (message from Pascal Bourguignon on Fri, 12 Aug 2005 14:32:53 +0200) 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:28685 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28685 > From: Pascal Bourguignon > Date: Fri, 12 Aug 2005 14:32:53 +0200 > > Eli Zaretskii writes: > > Do you have a reason to believe `file' more than you believe Emacs? > > That is, is it possible that `file' lies? Can you find a character in > > the file after translation that is not Latin-1, and if you can, what > > is that character? > > It's rather hard. If you include control codes both in the rows 0&1 > and 8&9, then Latin-1 uses the whole 256 codes. ??? Look at the codes in the file: the range between 0x80 and 0xa0 is not used, it's for control characters that should never appear in a text file.