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
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.