Search results for "module:utf8::all"

utf8::all - turn on Unicode - all of it River stage two • 31 direct dependents • 51 total dependents

The "use utf8" pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. This also means that you can now use literal Unicode characters as part of strings, variable names, and regular expressions. "utf8::all" goes...

HAYOBAAN/utf8-all-0.024 - 05 Jan 2018 08:21:37 UTC

UTF8::R2 - makes UTF-8 scripting easy for enterprise use River stage one • 5 direct dependents • 5 total dependents

It may sound a little ambitious, but UTF8::R2 module is aiming to replace utf8 pragma. Perl is said to have been able to handle Unicode since version 5.8. However, unlike JPerl, "Easy jobs must be easy" has been lost. This software has the following ...

INA/UTF8-R2-0.28 - 23 Mar 2023 06:13:24 UTC

Cwd::utf8 - Fully UTF-8 aware Cwd River stage zero No dependents

While the original Cwd functions are capable of handling UTF-8 quite well, they expects and return all data as bytes, not as characters. This module replaces all the Cwd functions with fully UTF-8 aware versions, both expecting and returning characte...

HAYOBAAN/Cwd-utf8-0.011 - 18 May 2017 14:32:35 UTC

Test::utf8 - handy utf8 tests River stage three • 4 direct dependents • 115 total dependents

This module is a collection of tests useful for dealing with utf8 strings in Perl. This module has two types of tests: The validity tests check if a string is valid and not corrupt, whereas the characteristics tests will check that string has a given...

MARKF/Test-utf8-1.02 - 01 Mar 2020 12:06:27 UTC

Encode - character encodings in Perl River stage five • 1066 direct dependents • 32394 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.19 - 04 Aug 2022 04:51:01 UTC

MHonArc::UTF8 - UTF-8 routines for MHonArc River stage zero No dependents

MHonArc::UTF8 provides UTF-8 related routines for use in MHonArc. The main use of the routines provided is to generate mail archives encoded in Unicode UTF-8....

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

DBM_Filter::utf8 - filter for DBM_Filter River stage five • 11166 direct dependents • 32393 total dependents

This Filter will ensure that all data written to the DBM will be encoded in UTF-8. This module uses the Encode module....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Class::DBI::utf8 - A Class:::DBI subclass that knows about UTF-8 River stage one • 1 direct dependent • 1 total dependent

Rather than have to think about things like character sets, I prefer to have my objects just Do The Right Thing. I also want utf-8 encoded byte strings in the database whenever possible. Using this subclass of Class::DBI, I can just put perl strings ...

FOTANGO/Class-DBI-utf8-0.2 - 23 Mar 2007 17:04:23 UTC

Test::More::UTF8 - Enhancing Test::More for UTF8-based projects River stage four • 29 direct dependents • 1271 total dependents

MONS/Test-More-UTF8-0.05 - 24 Jun 2017 21:09:52 UTC

File::Find::utf8 - Fully UTF-8 aware File::Find River stage zero No dependents

While the original File::Find functions are capable of handling UTF-8 quite well, they expect and return all data as bytes, not as characters. This module replaces the File::Find functions with fully UTF-8 aware versions, both expecting and returning...

HAYOBAAN/File-Find-utf8-0.014 - 16 Feb 2022 19:16:44 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

Search::Tools::UTF8 - UTF8 string wrangling River stage two • 17 direct dependents • 34 total dependents

Search::Tools::UTF8 supplies common UTF8-related functions....

KARMAN/Search-Tools-1.007 - 01 May 2018 16:14:48 UTC

MHonArc::UTF8::Encode - UTF-8 Encode-based routines for MHonArc River stage zero No dependents

MHonArc::UTF8::Encode provides UTF-8 related routines for use in MHonArc by use Perl's v5.8, or later, Encode module. This module is generally not accessed directly since it is used by MHonArc::UTF8 when determining what encoding routines it can use ...

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

Lingua::JA::Romanize::MeCab - Romanization of Japanese language with MeCab River stage one • 1 direct dependent • 1 total dependent

This is a MeCab version of Lingua::JA::Romanize::Japanese module. This requires MeCab.pm module which is distributed in mecab-perl-0.xx.tar.gz package....

KAWASAKI/Lingua-JA-Romanize-Japanese-0.23 - 20 Jan 2008 10:32:09 UTC

MHonArc::UTF8::MapUTF8 - UTF-8 Unicode::MapUTF8-based routines for MHonArc River stage zero No dependents

MHonArc::UTF8::MapUTF8 provides UTF-8 related routines for use in MHonArc by use Perl's v5.6, or later, Unicode::MapUTF8 module, which is available via CPAN. This module is generally not accessed directly since it is used by MHonArc::UTF8 when determ...

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

MHonArc::UTF8::MhaEncode - UTF-8 based routines for MHonArc River stage zero No dependents

MHonArc::UTF8::MhaEncode provides UTF-8 related routines for use in MHonArc. Implementation of routines are designed to work with non-Unicode aware versions of Perl 5. This module is generally not accessed directly since it is used by MHonArc::UTF8 w...

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

Jifty::DBI::Filter::utf8 - Jifty::DBI UTF-8 data filter River stage one • 4 direct dependents • 6 total dependents

This filter allow you to check that you operate with valid UTF-8 data. Usage as type specific filter is recommended....

ALEXMV/Jifty-DBI-0.78 - 30 Apr 2015 19:16:36 UTC

Data::Random::Structure::UTF8 - Produce nested data structures with unicode keys, values, elements. River stage one • 1 direct dependent • 2 total dependents

BLIAKO/Data-Random-Structure-UTF8-0.06 - 17 Apr 2020 09:29:50 UTC

Locale::TextDomain::UTF8::IfEnv - Enable translation + UTF-8 encoding only when environment variable flag is true River stage one • 2 direct dependents • 2 total dependents

When imported, Locale::TextDomain::UTF8::IfEnv will check the "PERL_LOCALE_TEXTDOMAIN_IFENV" environment variable. If the environment variable has a true value, the module will load Locale::TextDomain::UTF8 and pass the import arguments to it. If the...

PERLANCAR/Locale-TextDomain-UTF8-IfEnv-0.001 - 26 Dec 2019 04:44:02 UTC

DBIx::Class::ResultClass::HashRefInflator::UTF8 - Get raw hashrefs from a resultset with utf-8 flag River stage zero No dependents

DBIx::Class is faster than older ORMs like Class::DBI but it still isn't designed primarily for speed. Sometimes you need to quickly retrieve the data from a massive resultset, while skipping the creation of fancy result objects. Specifying this clas...

AKZHAN/DBIx-Class-ResultClass-HashRefInflator-UTF8-1.000005 - 09 Jul 2016 10:22:38 UTC
20 results (0.037 seconds)