Parsing JIS X 0208 Shift JIS with 5.8.0

2002-10-01 Thread Robin
Is anyone else doing/done this? Care to share notes? Robin

Re: Parsing JIS X 0208 Shift JIS with 5.8.0

2002-10-01 Thread Dan Kogai
On Tuesday, Oct 1, 2002, at 18:16 Asia/Tokyo, Robin wrote: Is anyone else doing/done this? Care to share notes? Too brief a comment to grok what your point is. If all you need is (en|de)code Shift_JIS, all you have to do is; use Encode qw/encode decode/; #... my $utf8 =

Re: Parsing JIS X 0208 Shift JIS with 5.8.0

2002-10-01 Thread Dan Kogai
On Tuesday, Oct 1, 2002, at 18:47 Asia/Tokyo, Dan Kogai wrote: my $utf8 = decode('shift-jis', $string/; my $utf8 = decode('shift-jis', $string); # of course. .I need to get to bed, which I have not for last couple of Earth rotation Dan the Insomniac

Re: Parsing JIS X 0208 Shift JIS with 5.8.0

2002-10-01 Thread Robin
First off - I didn't post specifics because I wasn't sure that it might be of interest to the OSX perl comunity as a whole, I hoped to get the interested parties emailing me privately, but then again the total scarcity of docs (that I could find in English) regarding this topic on the net,