-#!/usr/bin/perl -w -CID
+#!/usr/bin/perl -w -CSD
use strict;
use vars qw($opt_in_cs $opt_order $opt_kage $opt_replace
use Getopt::Long;
use Fcntl ':flock';
use utf8;
+use Encode;
use Chise_utils ':all';
require 5.008;
+binmode(STDOUT,":encoding(euc-jp)");
+
# currently does not work, so...
$opt_use_kage_for_Ext_B=0;
my $makefonts="/usr/local/share/texmf/omega/ocp/chise_rqd/chise/makefonts.pl";
my $exec_makefonts=0;
-my $geta=pack("S",8750|0x8080);
+my $geta='〓';
&GetOptions("in=s"=>\$opt_in_cs,
"order=s"=>\$opt_order,
or $out_char=&get_char_attribute($char,'=jis-x0208-1983')
or $out_char=&get_char_attribute($char,'=jis-x0208-1990')
){
- return pack("S",$out_char|0x8080);
+ return $char;
}else{
foreach $out_cs (@order){
if($out_cs eq 'UniJIS'