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 = decode('shift-jis', $string/;

just perldoc Encode && perldoc Encode::JP.

Dan the Encode Maintainter

Reply via email to