31c704af078cf01c0877ce22e966c144246bb26a
[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 .RS
25 unicoverage < unifont.hex >coverage.txt
26 .RE
27 .SH FILES
28 coverage.dat, *.hex GNU Unifont files.
29 .SH SEE ALSO
30 .BR bdfimplode(1),
31 .BR hex2bdf(1),
32 .BR hex2sfd(1),
33 .BR hexbraille(1),
34 .BR hexdraw(1),
35 .BR hexkinya(1),
36 .BR hexmerge(1),
37 .BR johab2ucs2(1),
38 .BR unibdf2hex(1),
39 .BR unibmp2hex(1),
40 .BR unidup(1),
41 .BR unifont(5),
42 .BR unifontchojung(1),
43 .BR unifontksx(1),
44 .BR unifontpic(1),
45 .BR unigencircles(1),
46 .BR unigenwidth(1),
47 .BR unihex2bmp(1),
48 .BR unihex2png(1),
49 .BR unihexgen(1),
50 .BR unipagecount(1),
51 .BR unipng2hex(1)
52 .SH AUTHOR
53 .B unicoverage
54 was written by Paul Hardy.
55 .SH LICENSE
56 .B unicoverage
57 is Copyright \(co 2007, 2008 Paul Hardy.
58 .PP
59 This program is free software; you can redistribute it and/or modify
60 it under the terms of the GNU General Public License as published by
61 the Free Software Foundation; either version 2 of the License, or
62 (at your option) any later version.
63 .SH BUGS
64 No known real bugs exist, except that this software does not perform
65 extensive error checking on its input files.