From 7a36d2262fed5a2c9772ef7ced2444eaf8267122 Mon Sep 17 00:00:00 2001 From: imiyazaki Date: Tue, 26 Oct 2004 13:00:18 +0000 Subject: [PATCH] Fix: return output char in ucs@jis in &get_output_char. --- chise2otf/chise2otf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 1.7.10.4