Search results for "Unicode::Normalize"
Unicode::Normalize - Unicode Normalization Forms
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
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- Encode::UTF8Mac - "utf-8-mac" a variant utf-8 used by OSX filesystem
Mojolicious::Plugin::UnicodeNormalize - normalize incoming Unicode parameters
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
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
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.
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
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
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...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- Unicode::UCD - Unicode character database
- perluniintro - Perl Unicode introduction
- perlunicook - cookbookish examples of handling Unicode in Perl
- 19 more results from perl »
LaTeX::Decode - Decode from LaTeX to Unicode
FIRMICUS/LaTeX-Decode-0.05
-
28 Aug 2017 07:30:43 UTC
-
Search in distribution
if - use a Perl module if a condition holds
"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
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)
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.21 - 23 Aug 2023 16:02:58 UTC - Search in distribution
Fsdb - a flat-text database for shell scripting
JOHNH/Fsdb-3.1
-
24 Nov 2022 06:25:46 UTC
-
Search in distribution
ucpan - improved CPAN modules updater
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
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- Unicode::Tussle - Tom's Unicode Scripts So Life is Easier
XML::Twig - A perl module for processing huge XML documents in tree mode.
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
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
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)
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
XML::DOM - A perl module for building DOM Level 1 compliant document structures
This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...
TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 UTC - Search in distribution