The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Encode::Encoder"

Encode::Encoder - Object Oriented Encoder River stage five • 1091 direct dependents • 33185 total dependents

Here is how to use this module. * There are at least two instance variables stored in a hash reference, {data} and {encoding}. * When there is no method, it takes the method name as the name of the encoding and encodes the instance *data* with *encod...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

mb::Encode - provides MBCS encoder and decoder River stage zero No dependents

INA/mb-Encode-0.04 - 12 Nov 2022 02:35:49 UTC

Encode::Wechsler - Just another Wechsler encoder/decoder River stage zero No dependents

Wechsler encoding is used to describe game boards for Conway's Game of Life. THIS MODULE IS AN ALPHA RELEASE! Interface will most likely change. Also, there is no encode() method for this release. This release only provides decode(). No procedural in...

JEFFA/Encode-Wechsler-1.00 - 27 Jan 2024 18:54:13 UTC

URI::Encode::XS - a Perl URI encoder/decoder using C River stage two • 6 direct dependents • 12 total dependents

This is a Perl URI encoder/decoder written in XS based on RFC3986 <https://tools.ietf.org/html/rfc3986>. This module always encodes characters that are not unreserved. When decoding, invalid escape sequences are preserved, e.g: uri_decode("foo%20bar%...

DFARRELL/URI-Encode-XS-0.11 - 18 Aug 2017 22:40:38 UTC

URI::Encode - Simple percent Encoding/Decoding River stage two • 46 direct dependents • 68 total dependents

This modules provides simple URI (Percent) encoding/decoding The main purpose of this module (at least for me) was to provide an easy method to encode strings (mainly URLs) into a format which can be pasted into a plain text emails, and that those li...

MITHUN/URI-Encode-v1.1.1 - 07 May 2016 15:16:03 UTC

Real::Encode - Perl interaction with Progressive Networks ReadEncoder(tm). River stage zero No dependents

This module allows for interaction with the RealEncoder, and thus the manipulation of RealMedia files, and encoding to RealMedia format....

KMELTZ/Win32-Encode-0.5beta - 30 Sep 1998 20:55:50 UTC

Encode::Float - Encode/decode float as a string for sorting. River stage zero No dependents

"Encode::Float" encodes and decodes floating point numbers as fixed length positive decimal integers that preserve their order (less rounding errors), that is, sorting the encoded integers also sorts the floating point numbers....

KUBINA/Encode-Float-0.11 - 04 Mar 2013 12:44:49 UTC

Encode::UTF8::Slow - A pure Perl, naive UTF-8 encoder/decoder River stage zero No dependents

DFARRELL/Encode-UTF8-Slow-0.01 - 02 Aug 2016 13:15:10 UTC

Encode::Base58 - Base58 encodings (for Flickr short URI) River stage one • 1 direct dependent • 1 total dependent

Encode::Base58 is a base58 encoder/decoder implementation in Perl. Base58 encoding is used in shortening ID numbers into a short string for Flickr's short URL ("flic.kr")....

MIYAGAWA/Encode-Base58-0.01 - 02 Jul 2009 03:09:29 UTC

Encode::Detect - An Encode::Encoding subclass that detects the encoding of data River stage two • 7 direct dependents • 19 total dependents

This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. It is similar to Encode::Guess, but does not require the con...

JGMYERS/Encode-Detect-1.01 - 27 May 2008 20:50:44 UTC

Encode::Mapper - Rewrite rules compiler and interpreter River stage zero No dependents

It looks like the author of the extension ... ;) preferred giving formal and terse examples to writing English. Please, see Encode::Arabic where Encode::Mapper is used for solving complex real-world problems. INTRO AND RULE TYPES The module's core is...

SMRZ/Encode-Arabic-14.2 - 07 Jun 2016 22:55:46 UTC

XML::SAX::Writer - SAX2 XML Writer River stage two • 24 direct dependents • 33 total dependents

Why yet another XML Writer ? A new XML Writer was needed to match the SAX2 effort because quite naturally no existing writer understood SAX2. My first intention had been to start patching XML::Handler::YAWriter as it had previously been my favourite ...

PERIGRIN/XML-SAX-Writer-0.57 - 17 Jul 2017 19:04:57 UTC

Encode::Safename - An encoding for safe filenames. River stage zero No dependents

A filename is encoded as follows: * A range of uppercase characters is changed to lowercase characters, and put between braces. 'F' -> '{F}' 'FOO' -> '{foo}' * A range of spaces is changed to underscores. ' ' -> '_' ' ' -> '___' * A range of safe cha...

BATLOCK/Encode-Safename-0.05 - 03 May 2014 16:14:15 UTC

CBOR::PP::Encode River stage zero No dependents

This implements a CBOR <https://tools.ietf.org/html/rfc7049> encoder in pure Perl....

FELIPE/CBOR-PP-0.05 - 30 Jan 2020 06:05:05 UTC

Encode::BOCU1::XS - Perl extension for encoding / decoding BOCU-1 string. Works as part of Encode.pm River stage zero No dependents

BOCU-1 is a MIME-compatible application of the Binary Ordered Compression for Unicode [BOCU] base algorithm developed and patented by IBM. Encode::BOCU1::XS enables to convert any encoding systems supported by Encode.pm from/to BOCU-1 through UTF-8. ...

NAOYAT/Encode-BOCU1-XS-0.02 - 03 Jul 2006 13:50:17 UTC

Encode::Base32::GMP - High speed Base32 encoding using GMP with BigInt and MD5 support River stage one • 1 direct dependent • 1 total dependent

Encode::Base32::GMP is a numerical Base32 encoder/decoder implementation using the GNU Multiple Precision Arithmetic Library (GMP) with transcoding between Crockford, RFC 4648, z-base-32, and Base32hex / GMP implementations. The Crockford alphabet is...

JWANG/Encode-Base32-GMP-0.02 - 22 Sep 2013 19:02:23 UTC

Encode::Base58::GMP - High speed Base58 encoding using GMP with BigInt and MD5 support River stage zero No dependents

Encode::Base58::GMP is a Base58 encoder/decoder implementation using the GNU Multiple Precision Arithmetic Library (GMP) with transcoding between Flickr, Bitcoin and GMP Base58 implementations. The Flickr alphabet is the default and used when no alph...

JWANG/Encode-Base58-GMP-1.00 - 01 May 2013 05:31:44 UTC

Encode::MIME::Header - MIME encoding for an unstructured email header River stage five • 1091 direct dependents • 33185 total dependents

Decode method takes an unstructured field body of the email header (or RFC 822 <https://tools.ietf.org/html/rfc822> 'text' token) as its input and decodes each MIME encoded-word from input string to a sequence of bytes according to RFC 2047 <https://...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Badger::Codec::Encode - codec wrapper around Encode River stage one • 4 direct dependents • 7 total dependents

This module is a subclass of Badger::Codec implementing a very thin wrapper around the Encode module. It exists only to provide a consistent API with other Badger::Codec modules and to facilitate codec chaining. You would normally use a codec via the...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC

Encode::Base58::BigInt - Base58 encodings with BigInt River stage one • 2 direct dependents • 4 total dependents

Encode::Base58::BigInt is a base58 encoder/decoder implementation in Perl. Generated strings excludes confusing characters, "0" and "O" is treated as "D", "l" and "I" is treated as "1"....

SATOH/Encode-Base58-BigInt-0.03 - 09 Mar 2013 14:09:27 UTC
26 results (0.069 seconds)