From: imiyazaki Date: Tue, 26 Oct 2004 13:00:18 +0000 (+0000) Subject: Fix: return output char in ucs@jis in &get_output_char. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7a36d2262fed5a2c9772ef7ced2444eaf8267122;p=chise%2Fomega.git Fix: return output char in ucs@jis in &get_output_char. --- diff --git a/chise2otf/chise2otf b/chise2otf/chise2otf index c9c5002..6216d62 100755 --- a/chise2otf/chise2otf +++ b/chise2otf/chise2otf @@ -372,7 +372,7 @@ sub get_output_char{ or $out_char=&get_char_attribute($char,'=jis-x0208-1983') or $out_char=&get_char_attribute($char,'=jis-x0208-1990') ){ - return $char; + return &get_char_attribute($out_char,'=ucs@jis'); }else{ foreach $out_cs (@order){ if($out_cs eq 'UniJIS'