Search results for "utf8"
utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code
The "use utf8" pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. The "no utf8" pragma tells Perl to switch back to treating the source text as literal bytes in the current lexical scope. (On EBCDIC platform...
SHAY/perl-5.36.1 - 23 Apr 2023 15:22:26 UTC - Search in distribution- utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code
- DBM_Filter::utf8 - filter for DBM_Filter
- DBM_Filter::utf8 - filter for DBM_Filter
- 156 more results from perl »
UTF8::R2 - makes UTF-8 scripting easy for enterprise use
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 - Search in distribution
Cwd::utf8 - Fully UTF-8 aware Cwd
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 - Search in distribution
utf8::all - turn on Unicode - all of it
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 - Search in distribution
Test::utf8 - handy utf8 tests
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 - Search in distribution
MHonArc::UTF8 - UTF-8 routines for MHonArc
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 - Search in distribution- MHonArc::UTF8::Encode - UTF-8 Encode-based routines for MHonArc
- MHonArc::UTF8::MapUTF8 - UTF-8 Unicode::MapUTF8-based routines for MHonArc
- MHonArc::UTF8::MhaEncode - UTF-8 based routines for MHonArc
- 56 more results from MHonArc »
Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form
This module provides functions to encode and decode UTF-8 encoding form as specified by Unicode and ISO/IEC 10646:2011....
CHANSEN/Unicode-UTF8-0.62 - 11 Apr 2017 21:42:22 UTC - Search in distribution
Buscador::UTF8 - Buscador plugin to encode the body of a message to UTF8
This plugin provides a "body" method to Email::Store::Mail that returns a UTF-8 encoded body text....
SIMONW/Buscador-0.2 - 18 Feb 2005 17:11:47 UTC - Search in distribution- Buscador - a dynamic mail archiver with a twist
Catalyst::UTF8 - All About UTF8 and Catalyst Encoding
Starting in 5.90080 Catalyst will enable UTF8 encoding by default for text like body responses. In addition we've made a ton of fixes around encoding and utf8 scattered throughout the codebase. This document attempts to give an overview of the assump...
JJNAPIORK/Catalyst-Runtime-5.90130 - 09 Nov 2022 15:37:01 UTC - Search in distribution- Catalyst - The Elegant MVC Web Application Framework
- Catalyst::Delta - Overview of changes between versions of Catalyst
- Catalyst::Request::Upload - handles file upload requests
URI::Find::UTF8 - Finds URI from arbitrary text containing UTF8 raw characters in its path
URI::Find::UTF8 is an URI::Find extension to find URIs from arbitrary chunk of text that has UTF8 raw characters in its path (instead of URI escaped *%XX%XX%XX* form). This often happens when Safari users paste an URL to IM or IRC window, because Saf...
MIYAGAWA/URI-Find-UTF8-0.05 - 06 Nov 2015 16:59:10 UTC - Search in distribution
Class::DBI::utf8 - A Class:::DBI subclass that knows about UTF-8
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 - Search in distribution
File::Find::utf8 - Fully UTF-8 aware File::Find
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 - Search in distribution
corpus::lit-utf8
MINIMAL/Pod-Markdown-Github-0.04
-
25 Jan 2019 05:52:03 UTC
-
Search in distribution
Test::More::UTF8 - Enhancing Test::More for UTF8-based projects
MONS/Test-More-UTF8-0.05
-
24 Jun 2017 21:09:52 UTC
-
Search in distribution
String::UTF8::MD5 - UTF-8-safe md5sums of strings
BINARY/String-UTF8-MD5-0.02
-
27 Feb 2017 08:45:37 UTC
-
Search in distribution
TeX::Hyphen::utf8 - provides parsing routine for generic utf8 text
This pattern is for utf8 pattern files. process_patterns This method gets individual lines of the \patterns content. It should parse these lines, and fill values in $bothhyphen, $beginhyphen, $endhyphen and $hyphen which are being passed to this func...
JANPAZ/TeX-Hyphen-1.18 - 12 Dec 2016 22:14:10 UTC - Search in distribution
Encode::UTF8::Slow - A pure Perl, naive UTF-8 encoder/decoder
DFARRELL/Encode-UTF8-Slow-0.01
-
02 Aug 2016 13:15:10 UTC
-
Search in distribution
Mojo::Unicode::UTF8 - use Unicode::UTF8 as the UTF-8 encoder for Mojolicious
Mojo::Unicode::UTF8 is a monkey-patch module for using Unicode::UTF8 as the UTF-8 encoder for a Mojolicious application, or anything else using Mojo::Util. It must be loaded before Mojo::Util so the new functions will be properly exported. Calling "d...
DBOOK/Mojo-Unicode-UTF8-0.002 - 06 Sep 2015 23:30:13 UTC - Search in distribution
Search::Tools::UTF8 - UTF8 string wrangling
Search::Tools::UTF8 supplies common UTF8-related functions....
KARMAN/Search-Tools-1.007 - 01 May 2018 16:14:48 UTC - Search in distribution
Test2::Plugin::UTF8 - Test2 plugin to test with utf8.
When used, this plugin will make tests work with utf8. This includes turning on the utf8 pragma and updating the Test2 output formatter to use utf8....
EXODIST/Test2-Suite-0.000155 - 28 Apr 2023 15:30:44 UTC - Search in distribution- Test2::Suite - Distribution with a rich set of tools built upon the Test2 framework.
- Test2::Util::Table - Format a header and rows into a table
- Test2::Tools::Encoding - Tools for managing the encoding of Test2 based tests.
- 1 more result from Test2-Suite »