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

Search results for "Unicode::Normalize"

Unicode::Normalize - Unicode Normalization Forms River stage three • 76 direct dependents • 402 total dependents

Parameters: $string is used as a string under character semantics (see perlunicode). $code_point should be an unsigned integer representing a Unicode code point. Note: Between XSUB and pure Perl, there is an incompatibility about the interpretation o...

KHW/Unicode-Normalize-1.26 - 18 Dec 2018 05:25:33 UTC - Search in distribution

Unicode::Normalize::Mac - Unicode normalization same way used in OSX file system River stage one • 1 direct dependent • 1 total dependent

This module provides Unicode normalization functions same as Mac OSX file system. Specifically, the following ranges are not decomposed. U+2000-U+2FFF U+F900-U+FAFF U+2F800-U+2FAFF <http://developer.apple.com/library/mac/#qa/qa2001/qa1173.html>...

TOMITA/Encode-UTF8Mac-0.04 - 13 Feb 2014 11:15:50 UTC - Search in distribution

SPVM::Unicode::Normalize - Normalizing UTF-8 River stage zero No dependents

The Unicode::Normalize class in SPVM has methods to normalize UTF-8....

KIMOTO/SPVM-Unicode-Normalize-0.003 - 26 Dec 2023 07:18:56 UTC - Search in distribution

Mojolicious::Plugin::UnicodeNormalize - normalize incoming Unicode parameters River stage zero No dependents

Mojolicious::Plugin::UnicodeNormalize allows you to normalize all incoming Unicode parameters to a single normalization form. (For more information on why Unicode normalization is important, see Tom Christiansen's Unicode cookbook, especially <http:/...

CHROMATIC/Mojolicious-Plugin-UnicodeNormalize-1.20170726 - 26 Jul 2017 16:17:58 UTC - Search in distribution

Dancer2::Plugin::UnicodeNormalize - Normalize incoming Unicode parameters River stage zero No dependents

Dancer2::Plugin::UnicodeNormalize normalizes all incoming parameters to a given normalization form. This is achieved with a before hook, which should run silently before processing each route. By default, we use Unicode Normalization Form C - this is...

JBARRETT/Dancer2-Plugin-UnicodeNormalize-0.04 - 04 Sep 2016 00:03:19 UTC - Search in distribution

Plagger::Plugin::Filter::UnicodeNormalize - Unicode Normalization River stage one • 2 direct dependents • 2 total dependents

This plugin normalize feed content using Unicode::Normalize....

MIYAGAWA/Plagger-0.7.17 - 05 Dec 2006 07:40:09 UTC - Search in distribution

Hash::Normalize - Automatically normalize Unicode hash keys. River stage zero No dependents

This module provides an utility routine that augments a given Perl hash table so that its keys are automatically normalized following one of the Unicode normalization schemes. All the following actions on this hash will be made regardless of how the ...

VPIT/Hash-Normalize-0.01 - 26 May 2017 14:58:51 UTC - Search in distribution

PerlIO::normalize - PerlIO layer to normalize unicode strings on input and output River stage zero No dependents

This PerlIO layer uses Unicode::Normalize to normalize the text read from or written to a file-handle according to Unicode rules. It supports the following normalization forms: "NFC", "NFD", "NFKC", "NFKD", "FCC", and "FCD". It expects to recieve alr...

COFFEE/PerlIO-normalize-0.002 - 15 Apr 2019 10:44:34 UTC - Search in distribution

perlunicode - Unicode support in Perl River stage five • 11292 direct dependents • 32664 total dependents

If you haven't already, before reading this document, you should become familiar with both perlunitut and perluniintro. Unicode aims to UNI-fy the en-CODE-ings of all the world's character sets into a single Standard. For quite a few of the various c...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

LaTeX::Decode - Decode from LaTeX to Unicode River stage one • 1 direct dependent • 1 total dependent

FIRMICUS/LaTeX-Decode-0.05 - 28 Aug 2017 07:30:43 UTC - Search in distribution

if - use a Perl module if a condition holds River stage five • 226 direct dependents • 32646 total dependents

"use if" The "if" module is used to conditionally load another module. The construct: use if CONDITION, "MODULE", ARGUMENTS; ... will load "MODULE" only if "CONDITION" evaluates to true; it has no effect if "CONDITION" evaluates to false. (The module...

XSAWYERX/if-0.0608 - 19 Feb 2018 20:28:10 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

URI - Uniform Resource Identifiers (absolute and relative) River stage five • 1893 direct dependents • 10024 total dependents

This module implements the "URI" class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that identifies an ab...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

ucpan - improved CPAN modules updater River stage zero No dependents

ucpan is module update program. This program has the following advantages over executing "cpan-outdated | cpanm" from the command line. * Display the outdated module list in easy-to-see table format. * Display the progress from fetch to install compa...

KPEE/App-ucpan-1.13 - 09 Dec 2019 08:49:08 UTC - Search in distribution

uniquote - escape special characters using various quoting conventions River stage one • 5 direct dependents • 5 total dependents

The *uniquote* program it means as a Unicode-aware replacement for programs like ol(1) and "cat -v". It converts ASCII control code and all non-ASCII code points into a quoted form such as one might use in a Perl literal. Use --endings or "-e" to cat...

BDFOY/Unicode-Tussle-1.115 - 11 Dec 2021 19:29:14 UTC - Search in distribution

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC - Search in distribution

XML::DT - a package for down translation of XML files River stage two • 6 direct dependents • 10 total dependents

This module processes XML files with an approach similar to OMNIMARK. As XML parser it uses XML::LibXML module in an independent way. You can parse HTML files as if they were XML files. For this, you must supply an extra option to the hash: %hander =...

AMBS/XML-DT-0.69 - 22 Apr 2019 17:01:30 UTC - Search in distribution

HTML::Valid - tidy/validate HTML River stage one • 2 direct dependents • 7 total dependents

Validate/repair HTML. This module is based on "HTML Tidy", but not on the Perl module HTML::Tidy. However, you do not need to install HTML Tidy before installing this, because the library is contained in the distribution....

BKB/HTML-Valid-0.09 - 28 Jun 2022 23:52:25 UTC - Search in distribution

Locales - Methods for getting localized CLDR language/territory names (and a subset of other data) River stage one • 5 direct dependents • 7 total dependents

Locales lets you create an object for a certain locale that lets you access certain data harvested directly from CLDR. <http://cldr.unicode.org/index/downloads> Currently the data/methods include translated locale names and territory names. For simpl...

DMUEY/Locales-0.34 - 15 Jan 2016 22:28:58 UTC - Search in distribution
83 results (0.171 seconds)