aboutsummaryrefslogtreecommitdiff
path: root/textproc/chkascii/pkg-descr
blob: f0563411d7ac0d35b6f19e1e6f5d803ce31523a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
chkascii is a small C program that checks files for any ASCII values
that are possibly junk. The following are considered the only good ASCII
values permissible in a text file:

32-126
9
10

The user can optionally force additional ASCII values to be treated as
good.

For good text files, chkascii will wind up by checking on proper EOL
termination. If the file is not EOL-terminated, that too is reported as
an error.

WWW: https://github.com/bourne-again/chkascii