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 [-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 -Pplanenum Select a Unicode plane, from 0 through 16, inclusive. If
22 not specified, unipagecount defaults to Plane 0 (the Basic
23 Multilingual Plane).
24
25 -ppagenum Just print information on one 256 code point "page" rather
26 than the entire Basic Multilingual Plane. This prints a 16
27 by 16 table with an asterisk in every code point that has
28 an assigned 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
34 HTML table. To create the bitmaps themselves, use the uni‐
35 hex2bmp program. The bitmaps are assumed to be in the
36 directory "bmp/".
37
39 *.hex GNU Unifont font files
40
42 bdfimplode(1), hex2bdf(1), hex2sfd(1), hexbraille(1), hexdraw(1),
43 hexkinya(1), hexmerge(1), johab2ucs2(1), unibdf2hex(1), unibmp2hex(1),
44 unicoverage(1), unidup(1), unifont(5), unifont-viewer(1), uni‐
45 font1per(1), unifontchojung(1), unifontksx(1), unifontpic(1), unigen‐
46 circles(1), unigenwidth(1), unihex2bmp(1), unihex2png(1), unihex‐
47 fill(1), unihexgen(1), unipng2hex(1)
48
50 unipagecount was written by Paul Hardy.
51
53 unipagecount is Copyright © 2007, 2014 Paul Hardy.
54
55 This program is free software; you can redistribute it and/or modify it
56 under the terms of the GNU General Public License as published by the
57 Free Software Foundation; either version 2 of the License, or (at your
58 option) any later version.
59
61 No known real bugs exist, except that this software does not perform
62 extensive error checking on its input files. If they're not in the
63 format of the original GNU Unifont .hex file, all bets are off.
64
65
66
67 2007 Dec 31 UNIPAGECOUNT(1)