ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
ActivePerl 5.10
Modules
ActivePerl
ActiveState
Algorithm
AnyDBM File
Archive
Attribute
AutoLoader
AutoSplit
B
Benchmark
Bit
Bundle
Carp
CGI
Class
Compress
Config
CORE
CPAN
CPANPLUS
Crypt
Cwd
Data
Date
DB
DBD
DBI
DBM Filter
DB File
Devel
Digest
DirHandle
Dumpvalue
DynaLoader
Encode
English
Env
Errno
Exporter
ExtUtils
Fatal
Fcntl
File
FileCache
FileHandle
Filter
FindBin
Font
GD
Getopt
Hash
HTML
HTTP
I18N
IO
IPC
JSON
List
Locale
Constants
Country
Currency
Language
Maketext
Script
Log
LWP
lwpcook
lwptut
Mac
MacPerl
Math
MD5
Memoize
MIME
MLDBM
Module
NDBM File
Net
NEXT
O
Object
Opcode
Oraperl
Package
Params
perl5db
PerlEx
PerlIO
perllocal
Pod
POSIX
Roadmap
Safe
Scalar
SDBM File
Search
SelectSaver
SelfLoader
Shell
Socket
SQL
Storable
Sub
Switch
Symbol
Sys
TASKS
Tcl
Term
Test
Text
Thread
Tie
Time
Tkx
Unicode
UNIVERSAL
URI
User
Win32
Win32API
Win32CORE
WWW
XML
XSLoader
YAML

MyASPN >> Reference >> ActivePerl 5.10 >> Modules
ActivePerl 5.10 documentation

NAME

Locale::Constants - constants for Locale codes


SYNOPSIS

    use Locale::Constants;
    
    $codeset = LOCALE_CODE_ALPHA_2;


DESCRIPTION

Locale::Constants defines symbols which are used in the four modules from the Locale-Codes distribution:

        Locale::Language
        Locale::Country
        Locale::Currency
        Locale::Script

Note: at the moment only Locale::Country and Locale::Script support more than one code set.

The symbols defined are used to specify which codes you want to be used:

        LOCALE_CODE_ALPHA_2
        LOCALE_CODE_ALPHA_3
        LOCALE_CODE_NUMERIC

You shouldn't have to use this module directly yourself - it is used by the three Locale modules, which in turn export the symbols.


KNOWN BUGS AND LIMITATIONS

None at the moment.


SEE ALSO

Locale::Language

Codes for identification of languages.

Locale::Country

Codes for identification of countries.

Locale::Script

Codes for identification of scripts.

Locale::Currency

Codes for identification of currencies and funds.


AUTHOR

Neil Bowers <neil@bowers.com>


COPYRIGHT

Copyright (C) 2002-2004, Neil Bowers.

Copyright (C) 2001, Canon Research Centre Europe (CRE).

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved