summaryrefslogtreecommitdiff
path: root/bdftruncate.pl
diff options
context:
space:
mode:
authorMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-11-28 19:06:20 +0000
committerMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-11-28 19:06:20 +0000
commit8dbbdb2b6491edd6a0ec957d3a742802d2946fa3 (patch)
tree2e4a4c0a57f7745576f4cbac0cac93a7337a6d4e /bdftruncate.pl
parent5622b3c34465c8f7f83fe9fbab897fc7b438ef81 (diff)
downloadxorg-font-util-8dbbdb2b6491edd6a0ec957d3a742802d2946fa3.tar.gz
email address
Diffstat (limited to 'bdftruncate.pl')
-rw-r--r--bdftruncate.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/bdftruncate.pl b/bdftruncate.pl
index 6c3ca90..0df06e5 100644
--- a/bdftruncate.pl
+++ b/bdftruncate.pl
@@ -1,12 +1,12 @@
#!/usr/bin/perl
#
-# bdftruncate.pl -- Markus Kuhn <mkuhn@acm.org>
+# bdftruncate.pl -- Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
#
# This Perl script allows you to generate from an ISO10646-1 encoded
# BDF font other ISO10646-1 BDF fonts in which all characters above
# a threshold code value are stored unencoded.
#
-# Id: bdftruncate.pl,v 1.5 2001-05-31 10:58:58+01 mgk25 Exp $
+# $ucs-fonts: bdftruncate.pl,v 1.7 2004-11-28 18:41:13+00 mgk25 Rel $
# Subroutine to identify whether the ISO 10646/Unicode character code
# ucs belongs into the East Asian Wide (W) or East Asian FullWidth
@@ -34,11 +34,11 @@ if ($ARGV[0] eq '-w' || $ARGV[0] eq '+w') {
print STDERR <<End if $#ARGV != 0;
-Usage: bdftruncate [+w|-w] threshold <source.bdf >destination.bdf
+Usage: bdftruncate.pl [+w|-w] threshold <source.bdf >destination.bdf
Example:
- bdftruncate 0x3200 <6x13.bdf >6x13t.bdf
+ bdftruncate.pl 0x3200 <6x13.bdf >6x13t.bdf
will generate the file 6x13t.bdf in which all glyphs with codes
>= 0x3200 will only be stored unencoded (i.e., ENCODING -1).