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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

SDL2::Locale - SDL Locale Structure River stage zero No dependents

SDL2::Locale is a structure containing the user's preferred locale....

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

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 - Search in distribution

Locale::Codes - a distribution of modules to handle locale codes River stage three • 64 direct dependents • 122 total dependents

Locale-Codes is a distribution containing a set of modules designed to work with sets of codes which uniquely identify something. For example, there are codes associated with different countries, different currencies, different languages, etc. These ...

SBECK/Locale-Codes-3.78 - 08 Mar 2024 15:16:52 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Config::Locale - Load and merge locale-specific configuration files. River stage zero No dependents

This module takes an identity array, determines the permutations of the identity using Algorithm::Loops, loads configuration files using Config::Any, and finally combines the configurations using Hash::Merge. So, given this setup: Config::Locale->new...

BLUEFEET/Config-Locale-0.10 - 30 Jan 2021 03:20:29 UTC - Search in distribution

Encode::Locale - Determine the locale encoding River stage four • 54 direct dependents • 8588 total dependents

In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and...

GAAS/Encode-Locale-1.05 - 09 Jun 2015 20:10:45 UTC - Search in distribution
1,222 results (0.115 seconds)