Subject: Re: bin/3693: fmt(1) filters out all chars > 128
To: None <current-users@NetBSD.ORG>
From: Matthias Scheler <tron@lyssa.owl.de>
List: current-users
Date: 05/31/1997 15:15:15
In article <199705311952.MAA03085@moria.ics.muni.cz>,
	Jaromir Dolecek <dolecek@moria.ics.muni.cz> writes:
> ! 			if ((c < ' ' || ( c >= 0177 && c < 0177 + ' ' ) )
> ! 				&& c != '\t') {

*shudder*

That's what "setlocale()" and "isprint()" were made for. Of course this
would require PR "lib/3592" to be processed first.

-- 
Matthias Scheler                                http://home.pages.de/~tron/