The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Win32::Unicode::Encode.pm - encode and decode util

SYNOPSIS

    use Win32::Unicode::Encode;

    my $utf16 = utf8_to_utf16($utf8);
    my $utf8  = utf16_to_utf8($utf16);

DESCRIPTION

This module is by default utf8_to_utf16 and utf16_to_utf8 export functions.

FUNCTIONS

utf8_to_utf16
utf16_to_utf8

AUTHOR

Yuji Shimada <xaicron@cpan.org>

SEE ALSO

Encode Win32::Unicode

LICENSE

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