unifont-6.3.20131215.tar.gz
[unifont.git] / doc / unicoverage.texi
1 @comment TROFF INPUT: .TH UNICOVERAGE 1 "2007 Dec 31"
2
3 @node unicoverage
4 @section unicoverage
5 @c DEBUG: print_menu("@section")
6
7 @menu
8 * unicoverage NAME::
9 * unicoverage SYNOPSIS::
10 * unicoverage DESCRIPTION::
11 * unicoverage OPTIONS::
12 * unicoverage FILES::
13 * unicoverage SEE ALSO::
14 * unicoverage AUTHOR::
15 * unicoverage LICENSE::
16 * unicoverage BUGS::
17
18 @end menu
19
20
21 @comment TROFF INPUT: .SH NAME
22
23 @node unicoverage NAME
24 @subsection unicoverage NAME
25 @c DEBUG: print_menu("unicoverage NAME")
26
27 unicoverage @minus{} Print coverage of each Unicode BMP Script
28 @comment TROFF INPUT: .SH SYNOPSIS
29
30 @node unicoverage SYNOPSIS
31 @subsection unicoverage SYNOPSIS
32 @c DEBUG: print_menu("unicoverage SYNOPSIS")
33
34 @comment TROFF INPUT: .br
35 @comment .br
36 @comment TROFF INPUT: .B unicoverage
37 @b{unicoverage}
38 [-iinput-file] [-ooutput-file]
39 @comment TROFF INPUT: .SH DESCRIPTION
40
41 @node unicoverage DESCRIPTION
42 @subsection unicoverage DESCRIPTION
43 @c DEBUG: print_menu("unicoverage DESCRIPTION")
44
45 @comment TROFF INPUT: .B unicoverage
46 @b{unicoverage}
47 reads a GNU Unifont .hex font and uses data in
48 @comment TROFF INPUT: .B coverage.dat
49 @b{coverage.dat}
50 (which must reside in the current directory).  The output is
51 the percent coverage of each script in the Unicode Basic Multilingual Plane.
52 @comment TROFF INPUT: .PP
53
54 @comment TROFF INPUT: .SH OPTIONS
55
56 @node unicoverage OPTIONS
57 @subsection unicoverage OPTIONS
58 @c DEBUG: print_menu("unicoverage OPTIONS")
59
60 @comment TROFF INPUT: .TP 12
61
62 @c ---------------------------------------------------------------------
63 @table @code
64 @item -i
65 Specify the input file. The default is STDIN.
66 @comment TROFF INPUT: .TP
67
68 @item -o
69 Specify the output file. The default is STDOUT.
70 Sample usage:
71 @comment TROFF INPUT: .PP
72
73 @comment TROFF INPUT: .RS
74
75 @c ---------------------------------------------------------------------
76 @quotation
77 unicoverage < unifont.hex >coverage.txt
78 @comment TROFF INPUT: .RE
79
80 @end quotation
81
82 @c ---------------------------------------------------------------------
83 @comment TROFF INPUT: .SH FILES
84
85 @end table
86
87 @c ---------------------------------------------------------------------
88
89 @node unicoverage FILES
90 @subsection unicoverage FILES
91 @c DEBUG: print_menu("unicoverage FILES")
92
93 coverage.dat, *.hex GNU Unifont files.
94 @comment TROFF INPUT: .SH SEE ALSO
95
96 @node unicoverage SEE ALSO
97 @subsection unicoverage SEE ALSO
98 @c DEBUG: print_menu("unicoverage SEE ALSO")
99
100 @comment TROFF INPUT: .BR bdfimplode(1),
101 @b{bdfimplode(1),}
102 @comment TROFF INPUT: .BR hex2bdf(1),
103 @b{hex2bdf(1),}
104 @comment TROFF INPUT: .BR hex2sfd(1),
105 @b{hex2sfd(1),}
106 @comment TROFF INPUT: .BR hexbraille(1),
107 @b{hexbraille(1),}
108 @comment TROFF INPUT: .BR hexdraw(1),
109 @b{hexdraw(1),}
110 @comment TROFF INPUT: .BR hexmerge(1),
111 @b{hexmerge(1),}
112 @comment TROFF INPUT: .BR johab2ucs2(1),
113 @b{johab2ucs2(1),}
114 @comment TROFF INPUT: .BR unibdf2hex(1),
115 @b{unibdf2hex(1),}
116 @comment TROFF INPUT: .BR unibmp2hex(1),
117 @b{unibmp2hex(1),}
118 @comment TROFF INPUT: .BR unidup(1),
119 @b{unidup(1),}
120 @comment TROFF INPUT: .BR unifont(5),
121 @b{unifont(5),}
122 @comment TROFF INPUT: .BR unifontchojung(1),
123 @b{unifontchojung(1),}
124 @comment TROFF INPUT: .BR unifontksx(1),
125 @b{unifontksx(1),}
126 @comment TROFF INPUT: .BR unifontpic(1),
127 @b{unifontpic(1),}
128 @comment TROFF INPUT: .BR unigencircles(1),
129 @b{unigencircles(1),}
130 @comment TROFF INPUT: .BR unigenwidth(1),
131 @b{unigenwidth(1),}
132 @comment TROFF INPUT: .BR unihex2bmp(1),
133 @b{unihex2bmp(1),}
134 @comment TROFF INPUT: .BR unihex2png(1),
135 @b{unihex2png(1),}
136 @comment TROFF INPUT: .BR unihexgen(1),
137 @b{unihexgen(1),}
138 @comment TROFF INPUT: .BR unipagecount(1),
139 @b{unipagecount(1),}
140 @comment TROFF INPUT: .BR unipng2hex(1)
141 @b{unipng2hex(1)}
142 @comment TROFF INPUT: .SH AUTHOR
143
144 @node unicoverage AUTHOR
145 @subsection unicoverage AUTHOR
146 @c DEBUG: print_menu("unicoverage AUTHOR")
147
148 @comment TROFF INPUT: .B unicoverage
149 @b{unicoverage}
150 was written by Paul Hardy.
151 @comment TROFF INPUT: .SH LICENSE
152
153 @node unicoverage LICENSE
154 @subsection unicoverage LICENSE
155 @c DEBUG: print_menu("unicoverage LICENSE")
156
157 @comment TROFF INPUT: .B unicoverage
158 @b{unicoverage}
159 is Copyright @copyright{} 2007, 2008 Paul Hardy.
160 @comment TROFF INPUT: .PP
161
162 This program is free software; you can redistribute it and/or modify
163 it under the terms of the GNU General Public License as published by
164 the Free Software Foundation; either version 2 of the License, or
165 (at your option) any later version.
166 @comment TROFF INPUT: .SH BUGS
167
168 @node unicoverage BUGS
169 @subsection unicoverage BUGS
170 @c DEBUG: print_menu("unicoverage BUGS")
171
172 No known real bugs exist, except that this software does not perform
173 extensive error checking on its input files.