font: lower and larger degree sign
[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 .SH OPTIONS
15 .TP 12
16 -i
17 Specify the input file. The default is STDIN.
18 .TP
19 -o
20 Specify the output file. The default is STDOUT.
21 Sample usage:
22 .PP
23 .RS
24 unicoverage < unifont.hex >coverage.txt
25 .RE
26 .SH FILES
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 hexkinya(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 unifont-viewer(1),
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 unihexfill(1),
50 .BR unihexgen(1),
51 .BR unipagecount(1),
52 .BR unipng2hex(1)
53 .SH AUTHOR
54 .B unicoverage
55 was written by Paul Hardy.
56 .SH LICENSE
57 .B unicoverage
58 is Copyright \(co 2007, 2008 Paul Hardy.
59 .PP
60 This program is free software; you can redistribute it and/or modify
61 it under the terms of the GNU General Public License as published by
62 the Free Software Foundation; either version 2 of the License, or
63 (at your option) any later version.
64 .SH BUGS
65 No known real bugs exist, except that this software does not perform
66 extensive error checking on its input files.