diff options
author | 0mp <0mp@FreeBSD.org> | 2018-11-19 23:25:08 +0800 |
---|---|---|
committer | 0mp <0mp@FreeBSD.org> | 2018-11-19 23:25:08 +0800 |
commit | 856f63cc00154c0f417e61e3d7bb218de9e1ebf8 (patch) | |
tree | 4a13cc74e538779e6a89aba9f108a747b997307e /x11 | |
parent | 602306d7e2fadc83aa09256fb3df88b25ddcd133 (diff) | |
download | freebsd-ports-gnome-856f63cc00154c0f417e61e3d7bb218de9e1ebf8.tar.gz freebsd-ports-gnome-856f63cc00154c0f417e61e3d7bb218de9e1ebf8.tar.zst freebsd-ports-gnome-856f63cc00154c0f417e61e3d7bb218de9e1ebf8.zip |
New port: textproc/chkascii: Check an ASCII text file for invalid characters
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
PR: 233254
Submitted by: bourne.identity@hotmail.com
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D18047
Diffstat (limited to 'x11')
0 files changed, 0 insertions, 0 deletions