$opt_order{'UniJIS'}='j';
$opt_order{'UniKS'}='k';
-$opt_allow_unify=0; # 1=true, 0=false.
+$opt_allow_unify=1; # 1=true, 0=false.
$opt_protrude=0;# 1=true, 0=false.
### End ###
if($out_char_id=&get_char_attribute($char,'=ucs@ks')
or $out_char_id=&get_char_attribute($char,'=ucs')
or $out_char_id=&get_char_attribute($char,'=>ucs@ks')
+ or $out_char_id=&get_char_attribute($char,'=>ucs*')
or $out_char_id=&get_char_attribute($char,'=>ucs')
){
return '{\selectksxfont\char'.$out_char_id.'}';
if($chars=&get_char_attribute($char,'->ucs-unified')){
$chars=~s/^\((.*)\)$/$1/;
return (split(/\s*\?/,$chars));
- }elsif($ucs=&get_char_attribute($char,'=>ucs')){
+ }elsif($ucs=&get_char_attribute($char,'=>ucs*')
+ or $ucs=&get_char_attribute($char,'=>ucs')){
$char_ucs=pack("U",$ucs);
if($chars=&get_char_attribute($char_ucs,'->ucs-unified')){
$chars=~s/^\((.*)\)$/$1/;