1UNICOVERAGE(1) General Commands Manual UNICOVERAGE(1)
2
3
4
6 unicoverage - Print coverage of each Unicode BMP Script
7
9 unicoverage [-iinput-file] [-ooutput-file]
10
12 unicoverage reads a GNU Unifont .hex font and uses data in coverage.dat
13 (which must reside in the current directory). The output is the per‐
14 cent coverage of each script in the Unicode Basic Multilingual Plane.
15
17 -i Specify the input file. The default is STDIN.
18
19 -o Specify the output file. The default is STDOUT. Sample
20 usage:
21
22 unicoverage < unifont.hex >coverage.txt
23
25 coverage.dat, *.hex GNU Unifont files.
26
28 bdfimplode(1), hex2bdf(1), hex2sfd(1), hexbraille(1), hexdraw(1),
29 hexkinya(1), hexmerge(1), johab2ucs2(1), unibdf2hex(1), unibmp2hex(1),
30 unidup(1), unifont(5), unifont-viewer(1), unifont1per(1), unifontcho‐
31 jung(1), unifontksx(1), unifontpic(1), unigencircles(1), unigen‐
32 width(1), unihex2bmp(1), unihex2png(1), unihexfill(1), unihexgen(1),
33 unipagecount(1), unipng2hex(1)
34
36 unicoverage was written by Paul Hardy.
37
39 unicoverage is Copyright © 2007, 2008 Paul Hardy.
40
41 This program is free software; you can redistribute it and/or modify it
42 under the terms of the GNU General Public License as published by the
43 Free Software Foundation; either version 2 of the License, or (at your
44 option) any later version.
45
47 No known real bugs exist, except that this software does not perform
48 extensive error checking on its input files.
49
50
51
52 2007 Dec 31 UNICOVERAGE(1)