X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4A455DA9.5060300@cwilson.fastmail.fm> Date: Fri, 26 Jun 2009 19:45:45 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.22) Gecko/20090605 Thunderbird/2.0.0.22 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Problem with displaying ASCII table in mintty References: <4A44FC98 DOT 2050500 AT aim DOT com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Mark J. Reed wrote: > On Fri, Jun 26, 2009 at 12:51 PM, Mark Harig wrote: >> Do you have any recommendations about what the utility program /usr/bin/ascii >> (in the package 'cygutils') should do? > > Since the Cygwin version of ascii doesn't appear to have a man page, > I'm not sure what it "should" do. What it appears to do is simply > printout out all possible 8-bit characters so you can see what they > are. Which will fail in any multibyte locale. Yep. ascii.exe is dirt simple. One possibility is that it could detect the locale, and for multibyte ones display only 0x00..0x7f (or x20..0x7f). For single byte locales, go ahead with the current dirt-simple behavior. PTC. -- Chuck -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple