summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-05-02 11:57:07 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-05-02 11:57:07 +0100
commit5491400b4de323a0e0f1ae91c44fd2129634b848 (patch)
treefd9952d5a9f3d8142fa2acc1c400188dc1fcd94b
parentd3d7a453edca49664caef9c063b8b2112c0c5a2d (diff)
bdfnorm: Capitalise the bdfs, as the rule generator expects
-rwxr-xr-xbdfnorm1
1 files changed, 1 insertions, 0 deletions
diff --git a/bdfnorm b/bdfnorm
index 87aed71..0b02834 100755
--- a/bdfnorm
+++ b/bdfnorm
@@ -48,6 +48,7 @@ while (<>) {
$_ .= "0" x ($numbytes*8 - length);
# print "# $_\n";
$_ = unpack "H*", pack "B*", $_;
+ $_ = uc $_;
$_ .= "\n";
}
print;