nohigh program

Documentation for the nohigh program is below, with links to related programs in the "see also" section.

{   version = 1.00; (* of nohigh.p 2006 Mar 01}

(* begin module describe.nohigh *)
(*
name
   nohigh: remove high order bit characters from a file

synopsis
   nohigh(input: in, output: out)

files
   input: the file to be stripped of high characters
   output: the stripped file

description

   The program nohigh removes all characters with ascii values greater
   than or equal to 126.

see also
   wtch.p

author
   Thomas Schneider

bugs
   none known

technical notes
   The constant maxchars determines the number of characters accepted.

*)
(* end module describe.nohigh *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}