1UNIPAGECOUNT(1) General Commands Manual UNIPAGECOUNT(1)
2
3
4
6 unipagecount - Count the assigned code points in a GNU Unifont .hex
7 file
8
10 unipagecount [-Pplane] [-ppagenum] [-h|-l]
11
13 unipagecount reads a GNU Unifont .hex file from STDIN and prints a 16
14 by 16 grid of the number of defined code points in each 256 character
15 block within a Unicode plane to STDOUT. Code points proceed from left
16 to right, then top to bottom. In all planes, code points U+*FFFE and
17 U+*FFFF are not expected in the input hex file; they are reserved and
18 always counted as being present in a plane.
19
21 -P Select a Unicode plane, from 0 through 16, inclusive. If not
22 specified, unipagecount defaults to Plane 0 (the Basic Multilin‐
23 gual Plane).
24
25 -p Just print information on one 256 code point "page" rather than
26 the entire Basic Multilingual Plane. This prints a 16 by 16 ta‐
27 ble with an asterisk in every code point that has an assigned
28 glyph.
29
30 -h Print an HTML table with color-coded cell background colors
31 instead of a plain text table.
32
33 -l [The letter "l"]: Print hyperlinks to font bitmaps in the HTML
34 table. To create the bitmaps themselves, use the unihex2bmp pro‐
35 gram. The bitmaps are assumed to be in the directory "bmp/".
36
38 *.hex GNU Unifont font files
39
41 bdfimplode(1), hex2bdf(1), hex2sfd(1), hexbraille(1), hexdraw(1),
42 hexkinya(1), hexmerge(1), johab2ucs2(1), unibdf2hex(1), unibmp2hex(1),
43 unibmpbump(1), unicoverage(1), unidup(1), unifont(5), unifont-
44 viewer(1), unifont1per(1), unifontchojung(1), unifontksx(1), unifont‐
45 pic(1), unigencircles(1), unigenwidth(1), unihex2bmp(1), unihex2png(1),
46 unihexfill(1), unihexgen(1), unihexrotate(1), unipng2hex(1)
47
49 unipagecount was written by Paul Hardy.
50
52 unipagecount is Copyright © 2007, 2014 Paul Hardy.
53
54 This program is free software; you can redistribute it and/or modify it
55 under the terms of the GNU General Public License as published by the
56 Free Software Foundation; either version 2 of the License, or (at your
57 option) any later version.
58
60 No known real bugs exist, except that this software does not perform
61 extensive error checking on its input files. If they're not in the
62 format of the original GNU Unifont .hex file, all bets are off.
63
64
65
66 2007 Dec 31 UNIPAGECOUNT(1)