Manual tweak textproc/code-minimap
[dports.git] / textproc / chkascii / pkg-descr
1 chkascii is a small C program that checks files for any ASCII values
2 that are possibly junk. The following are considered the only good ASCII
3 values permissible in a text file:
4
5 32-126
6 9
7 10
8
9 The user can optionally force additional ASCII values to be treated as
10 good.
11
12 For good text files, chkascii will wind up by checking on proper EOL
13 termination. If the file is not EOL-terminated, that too is reported as
14 an error.