unifont-7.0.04.tar.gz
[unifont.git] / man / unipagecount.1
index 8bac7f143dd9d95653000e61a78110d96bf7170b..25aa5aabdb4a980b58bdc317f4a5c776010091ab 100644 (file)
@@ -8,10 +8,17 @@ unipagecount \- Count the assigned code points in a GNU Unifont .hex file
 .SH DESCRIPTION
 .B unipagecount
 reads a GNU Unifont .hex file from STDIN and prints a 16 by 16 grid of the
-number of defined code points in each 256 character block to STDOUT.
-Code points proceed from left to right, then top to bottom.
+number of defined code points in each 256 character block within a Unicode
+plane to STDOUT.  Code points proceed from left to right, then top to bottom.
+In all planes, code points U+*FFFE and U+*FFFF are not expected in the input
+hex file; they are reserved and always counted as being present in a plane.
 .SH OPTIONS
 .TP 12
+-Pplanenum
+Select a Unicode plane, from 0 through 16, inclusive.  If not specified,
+.B unipagecount
+defaults to Plane 0 (the Basic Multilingual Plane).
+.TP
 -ppagenum
 Just print information on one 256 code point "page" rather than
 the entire Basic Multilingual Plane.  This prints a 16 by 16 table with
@@ -58,7 +65,7 @@ program.  The bitmaps are assumed to be in the directory "bmp/".
 was written by Paul Hardy.
 .SH LICENSE
 .B unipagecount
-is Copyright \(co 2007 Paul Hardy.
+is Copyright \(co 2007, 2014 Paul Hardy.
 .PP
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by