projects
/
chise
/
omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8add15e
)
correct typo.
author
imiyazaki
<imiyazaki>
Sun, 5 Oct 2003 09:54:46 +0000
(09:54 +0000)
committer
imiyazaki
<imiyazaki>
Sun, 5 Oct 2003 09:54:46 +0000
(09:54 +0000)
chise2otf/add_adobecid.pl
patch
|
blob
|
history
diff --git
a/chise2otf/add_adobecid.pl
b/chise2otf/add_adobecid.pl
index
7e6b143
..
c183a36
100644
(file)
--- a/
chise2otf/add_adobecid.pl
+++ b/
chise2otf/add_adobecid.pl
@@
-71,7
+71,7
@@
while(<CMAP>){
}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 $!;
}