This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with displaying ASCII table in mintty


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]