Ports Search

Results 17,05117,060 of 19,819 for %22HTTP Server%22.(0.01 seconds)
converters/Encode-JIS2K-0.03 (Score: 7.739885E-4)
JIS X 0212 (aka JIS 2000) Encodings
This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name). Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- euc-jisx0213 qr/\beuc.*jp[ \-]?(?:2000|2k)$/i EUC-JISX0213 qr/\bjp.*euc[ \-]?(2000|2k)$/i qr/\bujis[ \-]?(?:2000|2k)$/i shiftjisx0123 qr/\bshift.*jis(?:2000|2k)$/i Shift_JISX0213 qr/\bsjisp \-]?(?:2000|2k)$/i iso-2022-jp-3 jis0213-1-raw JIS X 0213 plane 1, raw format jis0213-2-raw JIS X 0213 plane 2, raw format
converters/Encode-Detect-CJK-2.0.2 (Score: 7.739885E-4)
Charset detector for East Asia charsets and website contents
Encode::Detect::CJK is a charset detector which is optimized for East Asia charsets and website contents.
converters/Format-Human-Bytes-0.06 (Score: 7.739885E-4)
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.
Support versions 1 and 2 of JSON::XS
Support versions 1 and 2 of JSON::XS
converters/MIME-Base64-URLSafe-0.01 (Score: 7.739885E-4)
Perl version of Python's URL-safe base64 codec
Perl version of Python's URL-safe base64 codec
converters/Net-IDN-Nameprep-1.102 (Score: 7.739885E-4)
Normalization of domain names (Nameprep, RFC 3491)
This module implements the nameprep specification, which describes how to prepare internationalized domain name (IDN) labels in order to increase the likelihood that name input and name comparison work in ways that make sense for typical users throughout the world. Nameprep is a profile of the stringprep protocol and is used as part of a suite of on-the-wire protocols for internationalizing the Domain Name System (DNS).
converters/PerlIO-via-Unidecode-1.02 (Score: 7.739885E-4)
Perlio layer for Unidecode
PerlIO::via::Unidecode implements a PerlIO::via layer that applies Unidecode (Text::Unidecode) to data passed through it.
converters/URI-UTF8-Punycode-1.00 (Score: 7.739885E-4)
Punycode conversion of UTF-8 string
Punycode conversion of UTF-8 string.
converters/Unicode-UTF8simple-1.06 (Score: 7.739885E-4)
Conversions to/from UTF-8 from/to charactersets
Provides UTF-8 conversion for perl versions from 5.00 and up. It was mainly written for use with perl 5.00 to 5.6.0 because those perl versions do not support Unicode::MapUTF8 or Encode. Unicode::UTF8simple is written in plain perl (no C code) and will work with any Perl 5 version. It is just slightly slower than Encode.
converters/recode-3.6 (Score: 7.739885E-4)
Converts files between character sets and usages
GNU `recode' has the purpose of converting files between various character sets and usages. When exact transliterations are not possible, as it is often the case, the program may get rid of the offending characters or fall back on approximations. This program recognizes or produces around 150 different character sets and is able to transliterate files between almost any pair. Most RFC 1345 character sets are supported.