From: imiyazaki Date: Sun, 5 Oct 2003 09:54:46 +0000 (+0000) Subject: correct typo. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f7ccaed5467aaa9755f5b3d24549a619474d80db;p=chise%2Fomega.git correct typo. --- diff --git a/chise2otf/add_adobecid.pl b/chise2otf/add_adobecid.pl index 7e6b143..c183a36 100644 --- a/chise2otf/add_adobecid.pl +++ b/chise2otf/add_adobecid.pl @@ -71,7 +71,7 @@ while(){ }elsif(/endcidrange/){ $in_cidrange=0; }elsif(/begincidchar/){ - $in_cidchar=0; + $in_cidchar=1; }elsif(/endcidchar/){ $in_cidchar=0; }elsif($in_cidchar){ @@ -100,6 +100,7 @@ sub store_cid{ unless($char=&replace_char($ucs,$encoding)){ $char=pack("U",$ucs); } +# print sprintf("%X",unpack("U",$char)),":",$cid,"\n"; unless($ciddb->db_put("?".$char,$cid)==0){ die $!; }