unifont-7.0.06.tar.gz
[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 .SH FILES
17 *.hex GNU Unifont font files
18 .SH SEE ALSO
19 .BR bdfimplode(1),
20 .BR hex2bdf(1),
21 .BR hex2sfd(1),
22 .BR hexbraille(1),
23 .BR hexdraw(1),
24 .BR hexkinya(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 unifont-viewer(1),
32 .BR unifontchojung(1),
33 .BR unifontksx(1),
34 .BR unifontpic(1),
35 .BR unigencircles(1),
36 .BR unigenwidth(1),
37 .BR unihex2bmp(1),
38 .BR unihex2png(1),
39 .BR unihexfill(1),
40 .BR unihexgen(1),
41 .BR unipagecount(1),
42 .BR unipng2hex(1)
43 .SH AUTHOR
44 .B unidup
45 was written by Paul Hardy.
46 .SH LICENSE
47 .B unidup
48 is Copyright \(co 2007, 2013 Paul Hardy.
49 .PP
50 This program is free software; you can redistribute it and/or modify
51 it under the terms of the GNU General Public License as published by
52 the Free Software Foundation; either version 2 of the License, or
53 (at your option) any later version.
54 .SH BUGS
55 No known bugs exist.