Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Unicode-Map - Perl module for mapping charsets from and to utf16 unicode
- Description:
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.
Packages
perl-Unicode-Map-0.112-31.el7.ppc64
[183 KiB] |
Changelog
by Paul Howarth (2014-08-11):
- Update spec file to more modern style
- Specify all dependencies
- Simplify %build and %install
- No longer need to define %perl_vendorarch
- Use %license
- Make %files list more explicit
- Remove paragraph from %description about this module disappearing when
the perl core can handle Unicode
|