X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.jp;h=8f585355b8d959cc280ce9ca408845de308a194c;hb=2a551100939323428e5b071089d183aafb961137;hp=8fd4dcf260b2873b386501fc075b173e3e836ea5;hpb=e6f03d268116532cf99f1fc3fe20dcc057c9f0c5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.jp b/README.jp index 8fd4dcf..8f58535 100644 --- a/README.jp +++ b/README.jp @@ -78,7 +78,7 @@ Perl5.8 # jcode.pl require "jcode.pl"; while(<>){ - jcode::convert(*_, 'euc', 'sjis); + jcode::convert(*_, 'euc', 'sjis'); print; } # Jcode.pm @@ -93,7 +93,7 @@ Perl5.8 print; } # Perl 5.8 - encoding ¤òÍøÍѤ·¤Æ - use encoding 'euc-jp', STDIN=>'shiftjis' + use encoding 'euc-jp', STDIN => 'shiftjis'; while(<>){ print; }