The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Text::Unidecode"

Text::Unidecode - plain ASCII transliterations of Unicode text River stage three • 44 direct dependents • 329 total dependents

It often happens that you have non-Roman text data in Unicode, but you can't display it-- usually because you're trying to show it to a user via an application that doesn't support Unicode, or because the fonts you need aren't accessible. You could r...

SBURKE/Text-Unidecode-1.30 - 26 Nov 2016 12:14:32 UTC - Search in distribution

PerlIO::via::Unidecode - a perlio layer for Unidecode River stage zero No dependents

PerlIO::via::Unidecode implements a PerlIO::via layer that applies Unidecode (Text::Unidecode) to data passed through it. You can use PerlIO::via::Unidecode on already-Unicode data, as in the example in the SYNOPSIS; or you can combine it with other ...

SBURKE/PerlIO-via-Unidecode-1.02 - 27 Jul 2014 09:11:59 UTC - Search in distribution

DTA::CAB::Analyzer::Unidecode - latin-1 approximator using Text::Unidecode (old) River stage zero No dependents

UNMAINTAINED...

MOOCOW/DTA-CAB-1.115 - 04 Mar 2021 13:08:08 UTC - Search in distribution

UI::KeyboardLayout - Module for designing keyboard layouts River stage zero No dependents

In this section, a "keyboard" has a certain "character repertoir" (which characters may be entered using this keyboard), and a mapping associating a character in the repertoir to a keypress or to several (sequential or simultaneous) keypresses. A sma...

ILYAZ/UI-KeyboardLayout-0.79 - 16 Mar 2024 21:24:23 UTC - Search in distribution

Crypt::HSXKPasswd - A secure memorable password generator inspired by Steve Gibson's Passord Haystacks (https://www.grc.com/haystack.htm), and the famous XKCD password cartoon (https://xkcd.com/936/). River stage zero No dependents

A secure memorable password generator inspired by the wonderful XKCD webcomic at <http://www.xkcd.com/> and Steve Gibson's Password Haystacks page at <https://www.grc.com/haystack.htm>. This is the Perl module that powers <https://www.xkpasswd.net>. ...

BARTB/Crypt-HSXKPasswd-v3.6 - 11 Aug 2015 20:41:42 UTC - Search in distribution

perlpodspec - Plain Old Documentation: format specification and notes River stage five • 11292 direct dependents • 32664 total dependents

This document is detailed notes on the Pod markup language. Most people will only have to read perlpod to know how to write in Pod, but this document may answer some incidental questions to do with parsing and rendering Pod. In this document, "must" ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
  • perlpodspec - Plain Old Documentation: format specification and notes
  • perlpodspeccopy - Plain Old Documentation: format specification and notes
  • perlpodspeccopy - Plain Old Documentation: format specification and notes

FCGI::Buffer - Verify, Cache and Optimise FCGI Output River stage zero No dependents

NHORNE/FCGI-Buffer-0.19 - 02 Sep 2023 01:31:09 UTC - Search in distribution

CGI::Buffer - Verify, Cache and Optimise CGI Output River stage zero No dependents

NHORNE/CGI-Buffer-0.85 - 20 Oct 2023 17:06:41 UTC - Search in distribution

File::Read - Unique interface for reading one or more files River stage one • 1 direct dependent • 1 total dependent

This module mainly proposes functions for reading one or more files, with different options. See below for more details and examples. Rationale This module was created to address a quite specific need: reading many files, some as a normal user and ot...

SAPER/File-Read-0.0801 - 18 Oct 2007 22:41:14 UTC - Search in distribution

Net::Flickr::Backup - OOP for backing up your Flickr photos locally River stage zero No dependents

OOP for backing up your Flickr photos locally....

ASCOPE/Net-Flickr-Backup-3.1 - 28 Dec 2010 02:00:05 UTC - Search in distribution

BBCode::Tag - Perl representation of a BBCode tag River stage zero No dependents

See the documentation on BBCode::Parser for an overview of the typical usage of this package....

DLKING/BBCode-Parser-0.34 - 01 Dec 2006 07:53:35 UTC - Search in distribution

Unicruft - Perl interface to the unicruft transliteration library River stage one • 1 direct dependent • 1 total dependent

The perl Unicruft package provides a perl interface to the libunicruft library, which is itself derived in part from the Text::Unidecode perl module. EXPORTS Nothing is exported by default, but the Unicruft module support the following export tags: :...

MOOCOW/Unicruft-0.06 - 07 Dec 2018 11:19:31 UTC - Search in distribution

Pod::Escapes - for resolving Pod Elt...gt sequences River stage five • 11 direct dependents • 32646 total dependents

This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters. By default, Pod::Escapes exports none of its symbols. But you can request any of them to be exported. E...

NEILB/Pod-Escapes-1.07 - 09 Dec 2014 21:35:04 UTC - Search in distribution

Mock::Populate - Mock data creation River stage zero No dependents

This is a set of functions for mock data creation. No functions are exported, so use the entire "Mock::Populate::*" namespace when calling each. Each function produces a list of elements that can be used as database columns. The handy "collate()" fun...

GENE/Mock-Populate-0.1702 - 23 Oct 2022 18:44:58 UTC - Search in distribution

Text::Distill - Quick texts compare, plagiarism and common parts detection River stage zero No dependents

GRIBUSER/Text-Distill-0.5 - 09 Oct 2020 11:13:44 UTC - Search in distribution

Lingua::Norms::SUBTLEX - Retrieve word frequencies and related values and lists from subtitles corpora River stage zero No dependents

This module facilitates access to corpus frequency and other lexical attributes of character strings (generally, words), as provided in the various SUBTLEX and related projects (see REFERENCES) on the basis of the representation of these strings in f...

RGARTON/Lingua-Norms-SUBTLEX-0.07 - 08 Jun 2018 03:59:12 UTC - Search in distribution

Crypt::Polybius - implementation of the Polybius square River stage zero No dependents

This module provides an object-oriented implementation of the Polybius square, or Polybius checkerboard. This cipher is not cryptographically strong, nor completely round-trip-safe. Roles This class performs the following roles: * Crypt::Role::LatinA...

TOBYINK/Crypt-Polybius-0.003 - 25 May 2014 13:31:19 UTC - Search in distribution

CCCP::Encode - Perl extension for character encodings from utf-8 to any cyrillic (koi8-r, windows-1251, etc.) River stage zero No dependents

This module convert utf string to cyrillic in two mode: * convert to cyrillic string with html entites, * convert to cyrillic string to only plain/text character. By default for unknown character used "HTML::Entities" for html entites and for plain/t...

CCCP/CCCP-Encode-0.03 - 04 Jul 2010 08:51:54 UTC - Search in distribution

Text::Soundex - Implementation of the soundex algorithm. River stage three • 12 direct dependents • 174 total dependents

Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for names with the same pronunciation to be encoded to the same representation so that they can be matched despite minor differences in spelling. Sound...

RJBS/Text-Soundex-3.05 - 10 Nov 2015 16:52:53 UTC - Search in distribution

Unicode::Debug - debug Unicode strings River stage zero No dependents

Makes non-ASCII/non-printable characters in a string blindingly obvious. Functions "unidebug" This function replaces "unusual" characters in strings with a Perl escape sequence that will have the same effect. The example in the SYNOPSIS outputs this:...

TOBYINK/Unicode-Debug-0.002 - 09 Nov 2013 14:20:56 UTC - Search in distribution
37 results (0.097 seconds)