By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.05; (* of lochas.p 1993 January 6}
(* begin module describe.lochas *)
(*
name
lochas: look at characters in a file
synopsis
lochas(input: in, output: out)
files
input: a file
output: identification of ascii characters in the file
each line contains:
the first three characters: the ordinal of the character
blank (ie " ")
dash (ie "-")
the character or a blank in special cases
dash (ie "-")
blank (ie " ")
6 characters: the number of the character in the file
blank (ie " ")
the remainder contains one of:
NULL - a null character found
BLANK - a blank character was found
HIGH ORDER BIT REMOVED - the character had its high order bit
set. To print it, this was removed.
or
END OF LINE
which indicates that an end of line condition was found.
This is counted as a single character.
description
The program allows one to inspect the characters in a file.
examples
documentation
see also
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.lochas *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}