1Locale::Constants(3pm) Perl Programmers Reference Guide Locale::Constants(3pm)
2
3
4

NAME

6       Locale::Constants - constants for Locale codes
7

SYNOPSIS

9           use Locale::Constants;
10
11           $codeset = LOCALE_CODE_ALPHA_2;
12

DESCRIPTION

14       Locale::Constants defines symbols which are used in the four modules
15       from the Locale-Codes distribution:
16
17               Locale::Language
18               Locale::Country
19               Locale::Currency
20               Locale::Script
21
22       Note: at the moment only Locale::Country and Locale::Script support
23       more than one code set.
24
25       The symbols defined are used to specify which codes you want to be
26       used:
27
28               LOCALE_CODE_ALPHA_2
29               LOCALE_CODE_ALPHA_3
30               LOCALE_CODE_NUMERIC
31
32       You shouldn't have to "use" this module directly yourself - it is used
33       by the three Locale modules, which in turn export the symbols.
34

KNOWN BUGS AND LIMITATIONS

36       None at the moment.
37

SEE ALSO

39       Locale::Language
40           Codes for identification of languages.
41
42       Locale::Country
43           Codes for identification of countries.
44
45       Locale::Script
46           Codes for identification of scripts.
47
48       Locale::Currency
49           Codes for identification of currencies and funds.
50

AUTHOR

52       Neil Bowers <neil@bowers.com>
53
55       Copyright (C) 2002-2004, Neil Bowers.
56
57       Copyright (C) 2001, Canon Research Centre Europe (CRE).
58
59       This module is free software; you can redistribute it and/or modify it
60       under the same terms as Perl itself.
61
62
63
64perl v5.10.1                      2009-02-12            Locale::Constants(3pm)
Impressum