ShiftJIS::CP932::Correct version 0.03
================

NAME

ShiftJIS::CP932::Correct - corrects a string in the CP-932 encoding 
(Shift_JIS supported by MS).

SYNOPSIS

  use ShiftJIS::CP932::Correct;

  $corrected_cp932_string = correct_cp932($cp932_string);

DESCRIPTION

This module provides the function <correct_cp932>.
It corrects CP-932 string. namely, converts less preferred codepoints
of duplicates (doubly-defined characters) to the preferred one.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

perl.

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)

Japan Vendors Council, CDE/Motif Technical WG 
http://www.opengroup.or.jp/jvc/jvc_top.html http://www.opengroup.or.jp/jvc/cde/cde.html

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