unifont-8.0.01.tar.gz
[unifont.git] / src / hex2bdf
index 768d782440686643d085a24256a0764a00a45b16..5255120e75587b0207131909035b5aee9880b8df 100755 (executable)
@@ -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;