X-Git-Url: http://git.shiar.net/unifont.git/blobdiff_plain/8e42f3d15c39e5c98149c9647c0cc1a318e9321a..fc551ca87db118182bb4292bc08fc5fc03ea3f89:/src/hex2bdf diff --git a/src/hex2bdf b/src/hex2bdf index 768d782..5255120 100755 --- a/src/hex2bdf +++ b/src/hex2bdf @@ -44,7 +44,7 @@ if (not $version) { $point_size = $vpixels; $point_size10 = 10 * $point_size; -while (<>) { chomp; $glyph{$1} = $2 if /(....):(.+)/; } +while (<>) { chomp; $glyph{$1} = $2 if /^([0-9a-fA-F]+):([0-9a-fA-F]+)/; } @chars = sort keys %glyph; $nchars = $#chars + 1;