From: Ian Jackson Date: Mon, 2 May 2016 10:57:07 +0000 (+0100) Subject: bdfnorm: Capitalise the bdfs, as the rule generator expects X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=xfonts-traditional.git;a=commitdiff_plain;h=5491400b4de323a0e0f1ae91c44fd2129634b848;ds=sidebyside bdfnorm: Capitalise the bdfs, as the rule generator expects --- 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;