SYNOPSIS

unicoverage [-iinput-file] [-ooutput-file]

DESCRIPTION

unicoverage reads a GNU Unifont .hex font and uses data in coverage.dat (which must reside in the current directory). The output is the percent coverage of each script in the Unicode Basic Multilingual Plane.

OPTIONS

-i

Specify the input file. The default is STDIN.

-o

Specify the output file. The default is STDOUT. Sample usage:

unicoverage < unifont.hex >coverage.txt

FILES

coverage.dat, *.hex GNU Unifont files.

RELATED TO unicoverage…

AUTHOR

unicoverage was written by Paul Hardy.

LICENSE

unicoverage is Copyright © 2007, 2008 Paul Hardy.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

BUGS

No known real bugs exist, except that this software does not perform extensive error checking on its input files.