|
Apache/2.2.15 (CentOS) Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 uid=48(apache) gid=48(apache) groups=48(apache) server ip : 104.21.65.202 | your ip : 10.244.126.0 safemode OFF > / usr / share / perl5 / Locale / |
| Filename | /usr/share/perl5/Locale/Constants.pod |
| Size | 1.32 kb |
| Permission | rw-r--r-- |
| Owner | apache |
| Create time | 23-Dec-2025 17:41 |
| Last modified | 22-Mar-2017 16:32 |
| Last accessed | 22-Mar-2017 16:32 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
=head1 NAME
Locale::Constants - constants for Locale codes
=head1 SYNOPSIS
use Locale::Constants;
$codeset = LOCALE_CODE_ALPHA_2;
=head1 DESCRIPTION
B<Locale::Constants> defines symbols which are used in
the four modules from the Locale-Codes distribution:
Locale::Language
Locale::Country
Locale::Currency
Locale::Script
B<Note:> at the moment only Locale::Country and Locale::Script
support more than one code set.
The symbols defined are used to specify which codes you
want to be used:
LOCALE_CODE_ALPHA_2
LOCALE_CODE_ALPHA_3
LOCALE_CODE_NUMERIC
You shouldn't have to C<use> this module directly yourself -
it is used by the three Locale modules, which in turn export
the symbols.
=head1 KNOWN BUGS AND LIMITATIONS
None at the moment.
=head1 SEE ALSO
=over 4
=item Locale::Language
Codes for identification of languages.
=item Locale::Country
Codes for identification of countries.
=item Locale::Script
Codes for identification of scripts.
=item Locale::Currency
Codes for identification of currencies and funds.
=back
=head1 AUTHOR
Neil Bowers E<lt>[email protected]<gt>
=head1 COPYRIGHT
Copyright (C) 2002-2004, Neil Bowers.
Copyright (C) 2001, Canon Research Centre Europe (CRE).
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
=cut