1N/A
1N/A=head1 NAME
1N/A
1N/ALocale::Constants - constants for Locale codes
1N/A
1N/A=head1 SYNOPSIS
1N/A
1N/A use Locale::Constants;
1N/A
1N/A $codeset = LOCALE_CODE_ALPHA_2;
1N/A
1N/A=head1 DESCRIPTION
1N/A
1N/AB<Locale::Constants> defines symbols which are used in
1N/Athe four modules from the Locale-Codes distribution:
1N/A
1N/A Locale::Language
1N/A Locale::Country
1N/A Locale::Currency
1N/A Locale::Script
1N/A
1N/AB<Note:> at the moment only Locale::Country and Locale::Script
1N/Asupport more than one code set.
1N/A
1N/AThe symbols defined are used to specify which codes you
1N/Awant to be used:
1N/A
1N/A LOCALE_CODE_ALPHA_2
1N/A LOCALE_CODE_ALPHA_3
1N/A LOCALE_CODE_NUMERIC
1N/A
1N/AYou shouldn't have to C<use> this module directly yourself -
1N/Ait is used by the three Locale modules, which in turn export
1N/Athe symbols.
1N/A
1N/A=head1 KNOWN BUGS AND LIMITATIONS
1N/A
1N/ANone at the moment.
1N/A
1N/A=head1 SEE ALSO
1N/A
1N/A=over 4
1N/A
1N/A=item Locale::Language
1N/A
1N/ACodes for identification of languages.
1N/A
1N/A=item Locale::Country
1N/A
1N/ACodes for identification of countries.
1N/A
1N/A=item Locale::Script
1N/A
1N/ACodes for identification of scripts.
1N/A
1N/A=item Locale::Currency
1N/A
1N/ACodes for identification of currencies and funds.
1N/A
1N/A=back
1N/A
1N/A=head1 AUTHOR
1N/A
1N/ANeil Bowers E<lt>neil@bowers.comE<gt>
1N/A
1N/A=head1 COPYRIGHT
1N/A
1N/ACopyright (C) 2002, Neil Bowers.
1N/A
1N/ACopyright (C) 2001, Canon Research Centre Europe (CRE).
1N/A
1N/AThis module is free software; you can redistribute it and/or
1N/Amodify it under the same terms as Perl itself.
1N/A
1N/A=cut
1N/A