NAME¶
unicoverage - Print coverage of each Unicode BMP Script.
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.
SEE ALSO¶
bdfimplode(1),
hex2bdf(1),
hex2bdf-split(1),
hex2sfd(1),
hexbraille(1),
hexdraw(1),
hexmerge(1),
johab2ucs2(1),
unibmp2hex(1),
unidup(1),
unihex2bmp(1),
unipagecount(1),
uniunmask(1)
AUTHOR¶
unicoverage was written by Paul Hardy.
LICENSE¶
unicoverage is Copyright © 2007, 2008 Paul Hardy, and is released
under version 2 of the GNU General Public License, or (at your option) a later
version.
BUGS¶
No known real bugs exist, except that this software does not perform extensive
error checking on its input files.