From 5491400b4de323a0e0f1ae91c44fd2129634b848 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 May 2016 11:57:07 +0100 Subject: [PATCH] bdfnorm: Capitalise the bdfs, as the rule generator expects --- bdfnorm | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2