Ports Search

Results 111120 of 186 for /converters/.(0.005 seconds)
Perlio layer for Unidecode
PerlIO::via::Unidecode implements a PerlIO::via layer that applies Unidecode (Text::Unidecode) to data passed through it.
converters/Storable-AMF-1.00 (Score: 0.17956966)
Perl extension for serialize/deserialize AMF0/AMF3 data
Perl extension for serialize/deserialize AMF0/AMF3 data
converters/Unicode-String-2.10 (Score: 0.17956966)
Perl5 modules to handle various Unicode issues
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)
converters/plutil-1.7 (Score: 0.17956966)
Perl implementation of Mac OS X plutil
Perl implementation of Mac OS X plutil. Converts .plist files between binary and UTF-8 (editable) text formats.
converters/igbinary-1.2.1 (Score: 0.17956966)
Replacement for the standard PHP serializer
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.
converters/php56-5.6.26 (Score: 0.17956966)
The iconv shared extension for php
converters/String-Multibyte-1.12 (Score: 0.17956966)
Perl module to manipulate multibyte character strings
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.
converters/Text-Unidecode-0.04 (Score: 0.17956966)
Text::Unidecode -- US-ASCII transliterations of Unicode text
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.
converters/URI-UTF8-Punycode-1.00 (Score: 0.17956966)
Punycode conversion of UTF-8 string
Punycode conversion of UTF-8 string.
converters/Text-Bidi-2.11 (Score: 0.17956966)
Perl interface to the libfribidi
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.