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