e596b92d6a79bf7d4536e46f59c3b6ca0f986bfe
[unifont.git] / man / unidup.1
1 .TH UNIDUP 1 "2007 Dec 31"
2 .SH NAME
3 unidup \- Scan through a sorted .hex file and report duplicate code points
4 .SH SYNOPSIS
5 .br
6 .B unidup [
7 .I input-font.hex
8 ]
9 .SH DESCRIPTION
10 .B unidup
11 reads a sorted GNU Unifont .hex file (sorted with the Unix
12 .B sort
13 utility) and prints notification of any duplicate code points on stdout.
14 The input file can be specified on the command line.  If no file is
15 specified, input will be read from STDIN until end of file.
16 .PP
17 .SH FILES
18 *.hex GNU Unifont font files
19 .SH SEE ALSO
20 .BR bdfimplode(1),
21 .BR hex2bdf(1),
22 .BR hex2sfd(1),
23 .BR hexbraille(1),
24 .BR hexdraw(1),
25 .BR hexmerge(1),
26 .BR johab2ucs2(1),
27 .BR unibdf2hex(1),
28 .BR unibmp2hex(1),
29 .BR unicoverage(1),
30 .BR unifont(5),
31 .BR unifontchojung(1),
32 .BR unifontksx(1),
33 .BR unifontpic(1),
34 .BR unigencircles(1),
35 .BR unigenwidth(1),
36 .BR unihex2bmp(1),
37 .BR unihex2png(1),
38 .BR unihexgen(1),
39 .BR unipagecount(1),
40 .BR unipng2hex(1)
41 .SH AUTHOR
42 .B unidup
43 was written by Paul Hardy.
44 .SH LICENSE
45 .B unidup
46 is Copyright \(co 2007, 2013 Paul Hardy.
47 .PP
48 This program is free software; you can redistribute it and/or modify
49 it under the terms of the GNU General Public License as published by
50 the Free Software Foundation; either version 2 of the License, or
51 (at your option) any later version.
52 .SH BUGS
53 No known bugs exist.