unifont-7.0.06.tar.gz
[unifont.git] / doc / unipagecount.texi
index 1ea20dc5669c981d9c8f482cdcb3e0dae59e0469..089ffc9e7743b9963a2f20db7f19b1403f75760b 100644 (file)
@@ -45,8 +45,10 @@ unipagecount @minus{} Count the assigned code points in a GNU Unifont .hex file
 @comment TROFF INPUT: .B unipagecount
 @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.
 @comment TROFF INPUT: .SH OPTIONS
 
 @node unipagecount OPTIONS
@@ -57,6 +59,13 @@ Code points proceed from left to right, then top to bottom.
 
 @c ---------------------------------------------------------------------
 @table @code
+@item -Pplanenum
+Select a Unicode plane, from 0 through 16, inclusive.  If not specified,
+@comment TROFF INPUT: .B unipagecount
+@b{unipagecount}
+defaults to Plane 0 (the Basic Multilingual Plane).
+@comment TROFF INPUT: .TP
+
 @item -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
@@ -156,7 +165,7 @@ was written by Paul Hardy.
 
 @comment TROFF INPUT: .B unipagecount
 @b{unipagecount}
-is Copyright @copyright{} 2007 Paul Hardy.
+is Copyright @copyright{} 2007, 2014 Paul Hardy.
 @comment TROFF INPUT: .PP
 
 This program is free software; you can redistribute it and/or modify