From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: display table for eight-bit-graphic Date: 03 Feb 2003 14:29:10 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301270220.LAA14193@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044282590 3850 80.91.224.249 (3 Feb 2003 14:29:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Feb 2003 14:29:50 +0000 (UTC) Cc: Kenichi Handa Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18fhbY-0000zy-00 for ; Mon, 03 Feb 2003 15:29:48 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18fhjC-0008L3-00 for ; Mon, 03 Feb 2003 15:37:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fhcH-0000XK-07 for emacs-devel@quimby.gnus.org; Mon, 03 Feb 2003 09:30:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fhbl-0000GD-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 09:30:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18fhbF-0007vV-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 09:29:32 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fhax-0007VZ-00; Mon, 03 Feb 2003 09:29:11 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 18fhaw-0008O8-00; Mon, 03 Feb 2003 14:29:10 +0000 Original-To: rms@gnu.org Original-Lines: 5 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11314 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11314 Incidentally, I think the display table should not be set for char 146 -- see comments around where it's done. To sort that out, you should [dr]ecode the text as windows-1252 if that's what it actually is. If it isn't actually windows-1252 or similar, the display table entry is misleading.