Package perl-Unicode-Map

Perl module for mapping charsets from and to utf16 unicode

https://metacpan.org/release/Unicode-Map

This module converts strings from and to 2-byte Unicode UCS2 format.
All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8
encoding. To convert between UTF8 and UTF16 use Unicode::String.

For historical reasons this module coexists with Unicode::Map8.
Please use Unicode::Map8 unless you need to care for >1 byte character
sets, e.g. Chinese GB2312. Anyway, if you stick to the basic
functionality (see documentation) you can use both modules equivalently.

Version: 0.112

General Commands

map An utility to map texts from and to unicode
mkmapfile Creates the binary mapfiles that module Unicode::Map uses for converting from and to unicode character sets.