home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / Constants.pod < prev    next >
Text File  |  2003-11-07  |  1KB  |  77 lines

  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, 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.  
  77.