NAME
Win32::MBCS - Utf8 to win32 local multi-byte string conversion
SYNOPSIS
use Win32::MBCS;
$utf8="abcd\x{4e2d}\x{6587}";
Win32::MBCS::Utf8ToLocal($t);
print $utf8;
DESCRIPTION
Convert utf8 strings to win32 local multi-byte string conversion.
EXPORT
None by default.
BUGS, REQUESTS, COMMENTS
Please report any requests, suggestions or bugs via http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Win32-MBCS
AUTHOR
Qing-Jie Zhou <qjzhou@hotmail.com>