source: for-distributions/trunk/bin/windows/perl/lib/Locale/Constants.pod@ 14489

Last change on this file since 14489 was 14489, checked in by oranfry, 17 years ago

upgrading to perl 5.8

File size: 1.3 KB
Line 
1
2=head1 NAME
3
4Locale::Constants - constants for Locale codes
5
6=head1 SYNOPSIS
7
8 use Locale::Constants;
9
10 $codeset = LOCALE_CODE_ALPHA_2;
11
12=head1 DESCRIPTION
13
14B<Locale::Constants> defines symbols which are used in
15the four modules from the Locale-Codes distribution:
16
17 Locale::Language
18 Locale::Country
19 Locale::Currency
20 Locale::Script
21
22B<Note:> at the moment only Locale::Country and Locale::Script
23support more than one code set.
24
25The symbols defined are used to specify which codes you
26want to be used:
27
28 LOCALE_CODE_ALPHA_2
29 LOCALE_CODE_ALPHA_3
30 LOCALE_CODE_NUMERIC
31
32You shouldn't have to C<use> this module directly yourself -
33it is used by the three Locale modules, which in turn export
34the symbols.
35
36=head1 KNOWN BUGS AND LIMITATIONS
37
38None at the moment.
39
40=head1 SEE ALSO
41
42=over 4
43
44=item Locale::Language
45
46Codes for identification of languages.
47
48=item Locale::Country
49
50Codes for identification of countries.
51
52=item Locale::Script
53
54Codes for identification of scripts.
55
56=item Locale::Currency
57
58Codes for identification of currencies and funds.
59
60=back
61
62=head1 AUTHOR
63
64Neil Bowers E<lt>[email protected]<gt>
65
66=head1 COPYRIGHT
67
68Copyright (C) 2002-2004, Neil Bowers.
69
70Copyright (C) 2001, Canon Research Centre Europe (CRE).
71
72This module is free software; you can redistribute it and/or
73modify it under the same terms as Perl itself.
74
75=cut
76
Note: See TracBrowser for help on using the repository browser.