X-Git-Url: http://git.shiar.net/unifont.git/blobdiff_plain/7c29a68c187ca8c0ef5cf975b874a91d0f227800..8e42f3d15c39e5c98149c9647c0cc1a318e9321a:/man/unipagecount.1 diff --git a/man/unipagecount.1 b/man/unipagecount.1 index 77b3612..25aa5aa 100644 --- a/man/unipagecount.1 +++ b/man/unipagecount.1 @@ -8,11 +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. -.PP +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 @@ -35,6 +41,7 @@ program. The bitmaps are assumed to be in the directory "bmp/". .BR hex2sfd(1), .BR hexbraille(1), .BR hexdraw(1), +.BR hexkinya(1), .BR hexmerge(1), .BR johab2ucs2(1), .BR unibdf2hex(1), @@ -42,6 +49,7 @@ program. The bitmaps are assumed to be in the directory "bmp/". .BR unicoverage(1), .BR unidup(1), .BR unifont(5), +.BR unifont-viewer(1), .BR unifontchojung(1), .BR unifontksx(1), .BR unifontpic(1), @@ -49,6 +57,7 @@ program. The bitmaps are assumed to be in the directory "bmp/". .BR unigenwidth(1), .BR unihex2bmp(1), .BR unihex2png(1), +.BR unihexfill(1), .BR unihexgen(1), .BR unipng2hex(1) .SH AUTHOR @@ -56,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