From: imiyazaki Date: Mon, 27 Oct 2003 15:26:09 +0000 (+0000) Subject: change prefix of CID to vnd-adobe-cid. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0dc70968a38f6dff6b401eb430ff2bb6360c0d9b;p=chise%2Fomega.git change prefix of CID to vnd-adobe-cid. --- diff --git a/add_adobecid.pl b/add_adobecid.pl index 61bbae5..1d5ac81 100644 --- a/add_adobecid.pl +++ b/add_adobecid.pl @@ -52,7 +52,7 @@ if(@ARGV==2){ $db_home=$db_home."/system-char-id"; } - ($ciddb_filename=$cmapfile)=~s!^.*/(.*)$!"adobe-".lc($1)!e; + ($ciddb_filename=$cmapfile)=~s!^.*/(.*)$!"vnd-adobe-cid-".lc($1)!e; ($encoding=$cmapfile)=~s!.*/Uni(\w+).*$!"\=ucs\@".lc($1)!e; }