Ports Search

Results 91100 of 186 for /converters/.(0.005 seconds)
converters/Encode-Punycode-1.001 (Score: 0.17956966)
Encode plugin for Punycode
This module provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs) via Encode interface.
converters/Encode-compat-0.07 (Score: 0.17956966)
Compatibility interfaces for Encode.pm on Perl < 5.7.1
This module provide a compatibility layer for Encode.pm users on perl versions earlier than v5.7.1. It translates whatever call it receives into Text::Iconv, or (in the future) Unicode::MapUTF8 to perform the actual work. Currently, this module only support 5.6.1, and merely provides the three utility function above (encode(), decode() and from_to()), with a very kludgy FB_HTMLCREF fallback against latin-1 in from_to().
converters/Format-Human-Bytes-0.06 (Score: 0.17956966)
Perl module to format a bytecount and make it human readable
Ever showed 12345678 bytes to the user instead of just saying 11MB? This module returns you a printable string which is more readable by humans than a simple bytecount.
converters/Encode-2.84 (Score: 0.17956966)
Provides interfaces between strings and the rest of the system
The "Encode" module provides the interfaces between Perl's strings and the rest of the system. Perl strings are sequences of characters. See "perldoc Encode" for the rest of the story
converters/JSON-DWIW-0.47 (Score: 0.17956966)
JSON converter that Does What I Want
Other JSON modules require setting several parameters before calling the conversion methods to do what I want. This module does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks. This means that any piece of data in Perl will get converted to something in JSON instead of throwing an exception. It also means that output will be strict JSON, while accepted input will be flexible, without having to set any options.
converters/Encoding-BER-1.02 (Score: 0.17956966)
Encode/decode data using ASN.1 Basic Encoding Rules (BER)
Perl module to encode/decode data using ASN.1 Basic Encoding Rules (BER)
converters/Encoding-FixLatin-1.04 (Score: 0.17956966)
Takes mixed encoding input and produces UTF-8 output
Most encoding conversion tools take input in one encoding and produce output in another encoding. This module takes input which may contain characters in more than one encoding and makes a best effort to convert them all to UTF-8 output.
converters/JSON-Any-1.39 (Score: 0.17956966)
Perl Wrapper Class for the various JSON classes
This module will provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed.
converters/JSON-MaybeXS-1.003005 (Score: 0.17956966)
Use Cpanel::JSON::XS with a fallback to JSON::PP
JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead tries to load JSON::PP. If neither is available, an exception will be thrown. It then exports the encode_json and decode_json functions from the loaded module, along with a JSON constant that returns the class name for calling new on.
converters/JSON-PP-2.27400 (Score: 0.17956966)
JSON::XS compatible pure-Perl module
JSON::PP is a JSON::XS compatible pure-Perl module.