ShiftJIS::CP932::MapUTF version 0.03
================

NAME

ShiftJIS::CP932::MapUTF - converts between CP932 (Shift_JIS supported by MS) and unicode

SYNOPSIS

  use ShiftJIS::CP932::MapUTF;

  $utf8_string = cp932_to_utf8($cp932_string);

DESCRIPTION

This module provides the following functions:

  cp932_to_utf8   converts CP932 to UTF-8
  cp932_to_utf16  converts CP932 to UTF-16LE
  utf8_to_cp932   converts UTF-8 to CP932 
  utf16_to_cp932  converts UTF-16LE to CP932

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Perl 5.003 or later

COPYRIGHT AND LICENCE

Tomoyuki SADAHIRO

  bqw10602@nifty.com
  http://homepage1.nifty.com/nomenclator/perl/

  Copyright(C) 2001, SADAHIRO Tomoyuki. Japan. All rights reserved.

This program is free software; you can redistribute it and/or 
modify it under the same terms as Perl itself.

SEE ALSO

Microsoft PRB: Conversion Problem Between Shift-JIS and Unicode
(Article ID: Q170559)

Unicode.org
ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
