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:
c09d92c
)
Fix: return output char in ucs@jis in &get_output_char.
author
imiyazaki
<imiyazaki>
Tue, 26 Oct 2004 13:00:18 +0000
(13:00 +0000)
committer
imiyazaki
<imiyazaki>
Tue, 26 Oct 2004 13:00:18 +0000
(13:00 +0000)
chise2otf/chise2otf
patch
|
blob
|
history
diff --git
a/chise2otf/chise2otf
b/chise2otf/chise2otf
index
c9c5002
..
6216d62
100755
(executable)
--- 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'