Ports 搜索

共有186项符合/converters/的查询结果,以下是第3140项(搜索用时0.003秒)
converters/htx-0.7.8 (Score: 0.17956966)
HTML to XHTML converter
HTML to XHTML converter written in Perl
converters/fix-mime-charset-0.5.3 (Score: 0.17956966)
Fix incorrect Content-Type MIME headers of e-mail messages
Fix-mime-charset automatically detects character sets of email message and modifies the Content-Type header appropriately. It can be used as mail filter in mailing lists where users often set the charset of their messages incorrectly. It processes messages fast and accurately, ignoring attachments, and correctly interprets transfer-encodings. None but the Content-Type header is changed.
converters/fondu-051010 (Score: 0.17956966)
Series of programs to interconvert between mac fonts
A set of programs to interconvert between Mac font formats and PFB, TTF, OTF and BDF files on Unix.
converters/aeson-pretty-0.7.2 (Score: 0.17956966)
JSON pretty-printing library and command-line tool
A JSON pretty-printing library compatible with aeson as well as a command-line tool to improve readabilty of streams of JSON data. The /library/ provides the function "encodePretty". It is a drop-in replacement for aeson's "encode" function, producing JSON-ByteStrings for human readers. The /command-line tool/ reads JSON from stdin and writes prettified JSON to stdout. It also offers a complementary "compact"-mode, essentially the opposite of pretty-printing.
converters/aeson-0.8.0.2 (Score: 0.17956966)
Fast JSON parsing and encoding
A JSON parsing and encoding library optimized for ease of use and high performance. (A note on naming: in Greek mythology, Aeson was the father of Jason.)
converters/dataenc-0.14.0.7 (Score: 0.17956966)
Data encoding library
Data encoding library currently providing Base16, Base32, Base32Hex, Base64, Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding, uuencode, xxencode, and yEncoding.
converters/json-0.9.1 (Score: 0.17956966)
Support for serialising Haskell to and from JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. This library provides a parser and pretty printer for converting between Haskell values and JSON.
converters/sandi-0.3.5 (Score: 0.17956966)
Data encoding library
Reasonably fast data encoding library.
converters/fpc-3.0.0 (Score: 0.17956966)
Free Pascal unit to iconv library
converters/fribidi-0.19.7 (Score: 0.17956966)
Free Implementation of the Unicode Bidirectional Algorithm
A Free Implementation of the Unicode Bidirectional Algorithm. The library implements all of the algorithm as described in the "Unicode Standard Annex #9, The Bidirectional Algorithm, http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested against Bidi Reference Code, and due to our best knowledge, does not contain any conformance bugs. In the API, we were inspired by the document "Bi-Di languages support - BiDi API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi support to Mozilla. Internally the library uses Unicode entirely. The character property function was automatically created from the Unicode property list data file, PropList.txt, available from the Unicode Online Data site. This means that every Unicode character will be treated in strict accordance with the Unicode specification. The same is true for the mirroring of characters, which also works for all the characters listed as mirrorable in the Unicode specification.