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::Encoding"

Encode::Encoding - Encode Implementation Base Class River stage five • 1091 direct dependents • 33185 total dependents

As mentioned in Encode, encodings are (in the current implementation at least) defined as objects. The mapping of encoding name to object is via the %Encode::Encoding hash. Though you can directly manipulate this hash, it is strongly encouraged to us...

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

Encode::JP::Emoji::Encoding - Emoji encodings River stage one • 3 direct dependents • 4 total dependents

This module implements all encodings provided by the package. Use Encode::JP::Emoji instead of loading this module directly....

KAWASAKI/Encode-JP-Emoji-0.60 - 24 Oct 2010 06:18:29 UTC

Text::Pipe::Encoding::Base64::Encode - Text pipe that can encode base64 strings River stage zero No dependents

MARCEL/Text-Pipe-Encoding-1.101700 - 19 Jun 2010 09:06:53 UTC

Text::Pipe::Encoding::QuotedPrint::Encode - Text pipe that can encode quoted-printable strings River stage zero No dependents

MARCEL/Text-Pipe-Encoding-1.101700 - 19 Jun 2010 09:06:53 UTC

Encode::IBM - IBM-specific encoding mappings River stage one • 1 direct dependent • 1 total dependent

AUDREYT/Encode-IBM-0.11 - 07 Jan 2008 15:04:13 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

Encode::Guess - Guesses encoding from data River stage five • 1091 direct dependents • 33185 total dependents

By default, it checks only ascii, utf8 and UTF-16/32 with BOM. use Encode::Guess; # ascii/utf8/BOMed UTF To use it more practically, you have to give the names of encodings to check (*suspects* as follows). The name of suspects can either be canonica...

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

Encode::Argv - Automatically Mess With @ARGV's Encoding River stage zero No dependents

I saw <http://search.cpan.org/dist/Sjis|Sjis.pm> and <http://www.aritia.org/hizumi/perl/perlwin.html|this>, and thought, "Well, I can't fix /all/ of their problems, but I can at least start". So here's a module that silently encodes/decodes your @ARG...

DMAKI/Encode-Argv-0.00002 - 15 Apr 2008 14:51:37 UTC

Encode::Locale - Determine the locale encoding River stage four • 56 direct dependents • 8714 total dependents

In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and...

GAAS/Encode-Locale-1.05 - 09 Jun 2015 20:10:45 UTC

Encode::GSM0338 - ETSI GSM 03.38 Encoding River stage five • 1091 direct dependents • 33185 total dependents

GSM0338 is for GSM handsets. Though it shares alphanumerals with ASCII, control character ranges and other parts are mapped very differently, mainly to store Greek characters. There are also escape sequences (starting with 0x1B) to cover e.g. the Eur...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 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 - character encodings in Perl River stage five • 1091 direct dependents • 33185 total dependents

The "Encode" module provides the interface between Perl strings and the rest of the system. Perl strings are sequences of *characters*. The repertoire of characters that Perl can represent is a superset of those defined by the Unicode Consortium. On ...

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

Encode::First - Encode strings in a first possible encoding River stage zero No dependents

Encode::First provides a function to encode strings in the first possible encoding out of multiple encodings supplied as a list. It'd be useful to figure out what's the minimal encoding to encode the email content, for instance, to be friendly with u...

MIYAGAWA/Encode-First-0.01 - 28 Mar 2007 01:25:03 UTC

MHonArc::Encode - Text encoding routines for MHonArc River stage zero No dependents

MHonArc::Encode provides support for converting text in one encoding to text in another encoding. If you converting all data into utf-8, it is recommended to use the MHonArc::UTF8 module instead....

LDIDRY/MHonArc-2.6.24 - 16 Nov 2020 14:24:54 UTC

Encode::DosHebrew - DOS Hebrew Encoding River stage zero No dependents

To find how to use this module in detail, see Encode....

TZADIKV/Encode-DosHebrew-0.51 - 15 Nov 2010 04:03:35 UTC

Encode::DIN66003 - Encoding according to DIN 66003 River stage zero No dependents

CORION/Encode-DIN66003-0.05 - 06 Dec 2021 15:11:52 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

Encode::ISO2022 - ISO/IEC 2022 character encoding scheme River stage one • 1 direct dependent • 1 total dependent

This module provides a character encoding scheme (CES) switching a set of multiple coded character sets (CCS). A class method Define() may take following arguments. Alias => REGEX The regular expression representing alias of this encoding, if any. Na...

NEZUMI/Encode-ISO2022-0.04 - 23 Sep 2013 12:27:25 UTC

Encode::IMAPUTF7 - modification of UTF-7 encoding for IMAP River stage one • 4 direct dependents • 5 total dependents

PMAKHOLM/Encode-IMAPUTF7-1.05 - 18 Jun 2010 11:14:59 UTC

POCSAG::Encode - A perl module for encoding messages in the POCSAG binary protocol. River stage zero No dependents

The module's generate function generates a single complete binary POCSAG transmission, which consists of: * A preamble consisting of Synchronisation Codewords (CWs) * One or more messages consisting of an Address Codeword and one or more Message Code...

HESSU/POCSAG-Encode-1.00 - 30 Jan 2011 21:46:47 UTC
128 results (0.447 seconds)