PerlIO::via::Unidecode implements a PerlIO::via layer that applies
Unidecode (Text::Unidecode) to data passed through it.
Perl extension for serialize/deserialize AMF0/AMF3 data
These are experimental modules to handle various Unicode issues. They
were made before perl included native UTF8 support.
The current set of modules are:
Unicode::String - represent strings of Unicode chars
Unicode::CharName - look up character names
Unicode::Map8 - mapping tables towards 8-bit char sets
(the Unicode::Map8 module is distributed separately)
Perl implementation of Mac OS X plutil. Converts .plist files between binary
and UTF-8 (editable) text formats.
Igbinary is a drop in replacement for the standard PHP serializer.
Instead of time and space consuming textual representation, igbinary
stores PHP data structures in a compact binary form. Savings are
significant when using memcached or similar memory based storages for
serialized data.
This module provides some functions which emulate
the corresponding CORE functions
to manipulate multiple-byte character strings.
This module uses the OOP syntax to tell methods
in which charset the specified strings should be handled.
It often happens that you have non-Roman text data in Unicode, but you
can't display it -- usually because you're trying to show it to a user
via an application that doesn't support Unicode, or because the fonts
you need aren't accessible. You could represent the Unicode characters
as "???????" or "\15BA\15A0\1610...", but that's nearly useless to the
user who actually wants to read what the text says.
What Text::Unidecode provides is a function, unidecode(...) that takes
Unicode data and tries to represent it in US-ASCII characters.
Punycode conversion of UTF-8 string.
Perl interface to the libfribidi library that implements the Unicode bidi
algorithm. The bidi algorithm is a specification for displaying text that
consists of both left-to-right and right-to-left written languages.