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

Search results for "module:locale"

locale - Perl pragma to use or avoid POSIX locales for built-in operations River stage five • 11292 direct dependents • 32664 total dependents

This pragma tells the compiler to enable (or disable) the use of POSIX locales for built-in operations (for example, LC_CTYPE for regular expressions, LC_COLLATE for string comparison, and LC_NUMERIC for number formatting). Each "use locale" or "no l...

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

locale - Perl pragma to use or avoid POSIX locales for built-in operations River stage five • 11292 direct dependents • 32664 total dependents

This pragma tells the compiler to enable (or disable) the use of POSIX locales for built-in operations (for example, LC_CTYPE for regular expressions, LC_COLLATE for string comparison, and LC_NUMERIC for number formatting). Each "use locale" or "no l...

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

SDL2::locale - SDL Locale Services River stage zero No dependents

SDL2::locale represents the user's preferred locale....

SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC

Locale::CA - two letter codes for province identification in Canada and vice versa River stage one • 1 direct dependent • 1 total dependent

NHORNE/Locale-CA-0.05 - 25 Feb 2023 15:46:06 UTC

Locale::BR - Identify Brazilian states by two-letter codes and vice-versa River stage one • 1 direct dependent • 1 total dependent

GARU/Locale-BR-0.02 - 25 Mar 2011 18:10:32 UTC

Locale::PO - Perl module for manipulating .po entries from GNU gettext River stage two • 13 direct dependents • 23 total dependents

This module simplifies management of GNU gettext .po files and is an alternative to using emacs po-mode. It provides an object-oriented interface in which each entry in a .po file is a Locale::PO object....

COSIMO/Locale-PO-0.27 - 15 Dec 2014 15:56:43 UTC

Locale::US - Two letter codes for state identification in the United States and vice versa. River stage one • 3 direct dependents • 4 total dependents

MAPPING $self->{code2state} This is a hashref which has two-letter state names as the key and the long name as the value. $self->{state2code} This is a hashref which has the long nameas the key and the two-letter state name as the value. DUMPING $sel...

ACCARDO/Locale-US-3.04 - 31 Aug 2015 19:23:53 UTC

Locale::AU - abbreviations for territory and state identification in Australia and vice versa River stage one • 1 direct dependent • 1 total dependent

NHORNE/Locale-AU-0.01 - 18 May 2020 21:27:13 UTC

Psh::Locale - containing base code for I18N River stage zero No dependents

Psh::Locale::init(); Initializes locale support @tmp= Psh::Locale::months(); Returns an array of locale-dependant month names @tmp= Psh::Locale::weekdays(); Returns an array of locale-dependant weekday names Psh::Locale::months(qw(Jan Feb ...)); Sets...

GREGOR/psh-1.8.1 - 21 Jul 2007 05:11:31 UTC

Locale::Set - Set locale (small wrapper POSIX::setlocale) River stage two • 2 direct dependents • 66 total dependents

PERLANCAR/Locale-Set-0.77 - 10 Dec 2014 12:45:29 UTC

Locale::Tie - Get/set locale via (localizeable) variables River stage one • 2 direct dependents • 2 total dependents

This module is inspired by File::chdir, using a tied scalar variable to get/set stuffs. One benefit of this is being able to use Perl's "local" with it, effectively setting something locally....

PERLANCAR/Locale-Tie-0.03 - 23 Oct 2014 09:45:42 UTC

Locale::Util - Portable l10n and i10n functions River stage three • 39 direct dependents • 207 total dependents

This module provides portable functions dealing with localization (l10n) and internationalization(i10n). It doesn't export anything by default, you have to specify each function you need in the import list, or use the fully qualified name. The functi...

GUIDO/libintl-perl-1.33 - 14 Dec 2022 08:08:20 UTC

Locale::Meta - Multilanguage support loading json structures based on Locale::Wolowitz. River stage one • 1 direct dependent • 1 total dependent

Locale::Meta has been inspired by Locale::Wolowitz, and the base code, documentation, and function has been taken from it. The main goal of Locale::Meta is to provide the same functionality as Locale::Wolowitz, but removing the dependency of the file...

AMORTEGUI/Locale-Meta-0.008 - 07 Feb 2017 15:14:55 UTC

Locale::CLDR - A Module to create locale objects with localisation data from the CLDR River stage three • 201 direct dependents • 201 total dependents

JGNI/Locale-CLDR-v0.44.1 - 01 Mar 2024 00:29:28 UTC

Locale::India - ISO 3166-2 defines codes for identifying the principal subdivisions (e.g., provinces or states) of all countries coded in ISO 3166-1. This module is used for state and union territory identification in the India and vice versa. River stage zero No dependents

MAPPING $self->{code2state} This is a hashref which has state code names as the key and the long state name as the value. $self->{state2code} This is a hashref which has the long state names the key and the state code name as the value. $self->{code2...

MSHEKHAWA/Locale-India-0.001 - 28 Aug 2015 05:41:48 UTC

Locale::Scope - scope based setlocale(3) River stage zero No dependents

THE SOFTWARE IS IT'S IN ALPHA QUALITY. IT MAY CHANGE THE API WITHOUT NOTICE. Locale::Scope is scope based setlocale(3) for rollback locale at the end of a scope....

KARUPA/Locale-Scope-0.04 - 04 Mar 2018 08:44:21 UTC

Win32::Locale - get the current MSWin locale or language River stage two • 6 direct dependents • 70 total dependents

This library provides some simple functions allowing Perl under MSWin to ask what the current locale/language setting is. (Yes, MSWin conflates locales and languages, it seems; and the way it's conflated is even stranger after MSWin98.) Note that you...

SBURKE/Win32-Locale-0.04 - 12 Jan 2004 04:12:49 UTC

Padre::Locale - Locale support for Padre River stage two • 56 direct dependents • 56 total dependents

Padre::Locale is a utility library that implements locale and encoding support for the Padre editor, and serves as an integration point between the various identifier systems (Wx identifiers, ISO639, RFC3066, RFC4646) The module implements a collecti...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC

Locale::Recode - Object-Oriented Portable Charset Conversion River stage three • 39 direct dependents • 207 total dependents

This module provides routines that convert textual data from one codeset to another in a portable way. The module has been started before Encode(3) was written. It's main purpose today is to provide charset conversion even when Encode(3) is not avail...

GUIDO/libintl-perl-1.33 - 14 Dec 2022 08:08:20 UTC

Locale::Msgfmt - Compile .po files to .mo files River stage two • 29 direct dependents • 31 total dependents

AZAWAWI/Locale-Msgfmt-0.15 - 07 Nov 2010 07:52:01 UTC
2,348 results (0.03 seconds)