exit 1;
}else{
$char=shift or $char="";
+ $char=&de_er($char);
}
if($opt_mapfrom){
print STDERR "No map for $opt_rev_map.\n";
}
}elsif($opt_allatr){
- $char=&de_er($char) if($char=~/\d/);
print $char,"\n";
foreach $atr (sort keys %db){
if($value=&get_char_attribute($char,$atr)){
}
}
}elsif($opt_atr){
- $char=&de_er($char) if($char=~/\d/);
print $char,"\n";
print " ",$opt_atr,":",&get_char_attribute($char,$opt_atr),"\n";
}elsif($opt_showatr){