67ed4483debb6fd51cd5e81b888050dca3663674
[unifont.git] / man / unicoverage.1
1 .TH UNICOVERAGE 1 "2007 Dec 31"
2 .SH NAME
3 unicoverage \- Print coverage of each Unicode BMP Script
4 .SH SYNOPSIS
5 .br
6 .B unicoverage
7 [-iinput-file] [-ooutput-file]
8 .SH DESCRIPTION
9 .B unicoverage
10 reads a GNU Unifont .hex font and uses data in
11 .B coverage.dat
12 (which must reside in the current directory).  The output is
13 the percent coverage of each script in the Unicode Basic Multilingual Plane.
14 .PP
15 .SH OPTIONS
16 .TP 12
17 -i
18 Specify the input file. The default is stdin.
19 .TP
20 -o
21 Specify the output file. The default is stdout.
22 Sample usage:
23 .PP
24 unicoverage < unifont.hex >coverage.txt
25 .SH FILES
26 .TP 15
27 coverage.dat, *.hex GNU Unifont files.
28 .SH SEE ALSO
29 .BR bdfimplode (1),
30 .BR hex2bdf (1),
31 .BR hex2sfd (1),
32 .BR hexbraille (1),
33 .BR hexdraw (1),
34 .BR hexmerge (1),
35 .BR johab2ucs2 (1),
36 .BR unibdf2hex (1),
37 .BR unifontpic (1),
38 .BR unibmp2hex (1),
39 .BR unidup (1),
40 .BR unifontchojung (1),
41 .BR unifontksx (1),
42 .BR unigencircles (1),
43 .BR unigenwidth (1),
44 .BR unihex2bmp (1),
45 .BR unihexgen (1),
46 .BR unipagecount (1),
47 .BR uniunmask (1)
48 .SH AUTHOR
49 .B unicoverage
50 was written by Paul Hardy.
51 .SH LICENSE
52 .B unicoverage
53 is Copyright \(co 2007, 2008 Paul Hardy, and is released under version 2 of
54 the GNU General Public License, or (at your option) a later version.
55 .SH BUGS
56 No known real bugs exist, except that this software does not perform
57 extensive error checking on its input files.