Search results for "module:locale"
locale - Perl pragma to use or avoid POSIX locales for built-in operations
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
locale - Perl pragma to use or avoid POSIX locales for built-in operations
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
SDL2::locale - SDL Locale Services
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
NHORNE/Locale-CA-0.05
-
25 Feb 2023 15:46:06 UTC
Locale::BR - Identify Brazilian states by two-letter codes and vice-versa
GARU/Locale-BR-0.02
-
25 Mar 2011 18:10:32 UTC
Locale::PO - Perl module for manipulating .po entries from GNU gettext
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.
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
NHORNE/Locale-AU-0.01
-
18 May 2020 21:27:13 UTC
Psh::Locale - containing base code for I18N
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)
PERLANCAR/Locale-Set-0.77
-
10 Dec 2014 12:45:29 UTC
Locale::Tie - Get/set locale via (localizeable) variables
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::Meta - Multilanguage support loading json structures based on Locale::Wolowitz.
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::Util - Portable l10n and i10n functions
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::CLDR - A Module to create locale objects with localisation data from the CLDR
JGNI/Locale-CLDR-v0.34.4
-
05 Dec 2023 19:53:03 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.
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)
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
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
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::Msgcat - Perl extension for blah blah blah
The Locale::Msgcat module allows access to the message catalog functions which are available on some systems. A new Locale::Msgcat object must first be created for each catalog which has to be open at a given time. The catopen operation opens the cat...
CHRWOLF/Msgcat-1.03 - 15 Nov 1999 07:03:33 UTC