[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 2 =head1 NAME 3 4 Locale::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 14 B<Locale::Constants> defines symbols which are used in 15 the four modules from the Locale-Codes distribution: 16 17 Locale::Language 18 Locale::Country 19 Locale::Currency 20 Locale::Script 21 22 B<Note:> at the moment only Locale::Country and Locale::Script 23 support more than one code set. 24 25 The symbols defined are used to specify which codes you 26 want to be used: 27 28 LOCALE_CODE_ALPHA_2 29 LOCALE_CODE_ALPHA_3 30 LOCALE_CODE_NUMERIC 31 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 34 the symbols. 35 36 =head1 KNOWN BUGS AND LIMITATIONS 37 38 None at the moment. 39 40 =head1 SEE ALSO 41 42 =over 4 43 44 =item Locale::Language 45 46 Codes for identification of languages. 47 48 =item Locale::Country 49 50 Codes for identification of countries. 51 52 =item Locale::Script 53 54 Codes for identification of scripts. 55 56 =item Locale::Currency 57 58 Codes for identification of currencies and funds. 59 60 =back 61 62 =head1 AUTHOR 63 64 Neil Bowers E<lt>neil@bowers.comE<gt> 65 66 =head1 COPYRIGHT 67 68 Copyright (C) 2002-2004, Neil Bowers. 69 70 Copyright (C) 2001, Canon Research Centre Europe (CRE). 71 72 This module is free software; you can redistribute it and/or 73 modify it under the same terms as Perl itself. 74 75 =cut 76
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |