From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: hexl vs. non-ASCII Date: Sun, 26 Jun 2005 13:11:17 +0800 Message-ID: <877jghwvm2.fsf_-_@jidanni.org> References: <874qbqjol4.fsf@jidanni.org> <87zmthcbih.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119810253 31506 80.91.229.2 (26 Jun 2005 18:24:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Jun 2005 18:24:13 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jun 26 20:24:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dmbna-0003do-O4 for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Jun 2005 20:24:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dmbv2-0007Vi-Ej for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Jun 2005 14:31:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DmbuZ-0007UK-9b for bug-gnu-emacs@gnu.org; Sun, 26 Jun 2005 14:31:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DmbuU-0007ST-QZ for bug-gnu-emacs@gnu.org; Sun, 26 Jun 2005 14:31:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmbuT-0007Rf-PX for bug-gnu-emacs@gnu.org; Sun, 26 Jun 2005 14:31:13 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DmbwR-0004Bt-OW for bug-gnu-emacs@gnu.org; Sun, 26 Jun 2005 14:33:15 -0400 Original-Received: from [218.187.65.112] (port=33252 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:AES256-SHA:256) (Exim 4.51 #0) id 1DmbsK-000219-Gb by authid with plain for ; Sun, 26 Jun 2005 23:59:01 +0530 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:12346 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12346 Eli> If hexl doesn't show decoded non-ASCII characters alongside the Eli> hex byte values (I don't remember whether it should), then Eli> perhaps you should request a feature for it to do so. OK, hexl is apparently pure ASCII when it could also show wide characters, so I hereby request a feature for it to do so, if you insist :-) Maybe it could show all three side by side, 4 bit, 8 bit, 16 bit & more bit. Morbid.