Fixed.
authorKoichi KAMICHI <kamichi@fonts.jp>
Thu, 13 Apr 2006 08:48:07 +0000 (08:48 +0000)
committerKoichi KAMICHI <kamichi@fonts.jp>
Thu, 13 Apr 2006 08:48:07 +0000 (08:48 +0000)
makettf/makettf.cgi
makettf/makettf.pl

index a8fef42..b7fa8ef 100755 (executable)
@@ -5,7 +5,6 @@ binmode STDOUT, ":utf8";
 use CGI;
 $form = new CGI;
 
-$FONTFORGE = "/usr/local/bin/fontforge";
 $PERL = "/usr/bin/perl";
 $RM = "/bin/rm";
 $LICENSE = 'Created by KAGE system. (http://fonts.jp/)';
index d8e5f00..f87215b 100755 (executable)
@@ -101,7 +101,7 @@ else{
 }
 @temp = split(/\r\n|\r|\n/, $temp);
 foreach(@temp){
-  @temp2 = split(/ |\t/, $_);
+  @temp2 = split(/ +|\t/, $_);
   $buhin{$temp2[0]} = $temp2[1];
 }