From: imiyazaki Date: Wed, 26 Nov 2003 14:54:50 +0000 (+0000) Subject: remove unnecessary codes. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=596b879614ba5c54e48cb0294bfe13bb34c9c231;p=chise%2Fomega.git remove unnecessary codes. --- diff --git a/add_adobecid.pl b/add_adobecid.pl index 8c025e2..ccecc9a 100644 --- a/add_adobecid.pl +++ b/add_adobecid.pl @@ -152,7 +152,6 @@ sub replace_char_id{ my($char); if(($char)=&get_chars_matching($encoding,$ucs)){ - $char=~s/^\?//; return unpack("U",$char); }else{ return undef;