4 Locale::Constants - constants for Locale codes
10 $codeset = LOCALE_CODE_ALPHA_2;
14 B<Locale::Constants> defines symbols which are used in
15 the four modules from the Locale-Codes distribution:
22 B<Note:> at the moment only Locale::Country and Locale::Script
23 support more than one code set.
25 The symbols defined are used to specify which codes you
32 You shouldn't have to C<use> this module directly yourself -
33 it is used by the three Locale modules, which in turn export
36 =head1 KNOWN BUGS AND LIMITATIONS
44 =item Locale::Language
46 Codes for identification of languages.
50 Codes for identification of countries.
54 Codes for identification of scripts.
56 =item Locale::Currency
58 Codes for identification of currencies and funds.
64 Neil Bowers E<lt>neil@bowers.comE<gt>
68 Copyright (C) 2002, Neil Bowers.
70 Copyright (C) 2001, Canon Research Centre Europe (CRE).
72 This module is free software; you can redistribute it and/or
73 modify it under the same terms as Perl itself.