2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml">
5 <title>Locale::Constants - constants for Locale codes
</title>
6 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8" />
7 <link rev=
"made" href=
"mailto:" />
10 <body style=
"background-color: white">
11 <table border=
"0" width=
"100%" cellspacing=
"0" cellpadding=
"3">
12 <tr><td class=
"block" style=
"background-color: #cccccc" valign=
"middle">
13 <big><strong><span class=
"block"> Locale::Constants - constants for Locale codes
</span></strong></big>
17 <p><a name=
"__index__"></a></p>
22 <li><a href=
"#name">NAME
</a></li>
23 <li><a href=
"#synopsis">SYNOPSIS
</a></li>
24 <li><a href=
"#description">DESCRIPTION
</a></li>
25 <li><a href=
"#known_bugs_and_limitations">KNOWN BUGS AND LIMITATIONS
</a></li>
26 <li><a href=
"#see_also">SEE ALSO
</a></li>
27 <li><a href=
"#author">AUTHOR
</a></li>
28 <li><a href=
"#copyright">COPYRIGHT
</a></li>
35 <h1><a name=
"name">NAME
</a></h1>
36 <p>Locale::Constants - constants for Locale codes
</p>
40 <h1><a name=
"synopsis">SYNOPSIS
</a></h1>
42 use Locale::Constants;
44 $codeset = LOCALE_CODE_ALPHA_2;
</pre>
48 <h1><a name=
"description">DESCRIPTION
</a></h1>
49 <p><strong>Locale::Constants
</strong> defines symbols which are used in
50 the four modules from the Locale-Codes distribution:
</p>
56 <p><strong>Note:
</strong> at the moment only Locale::Country and Locale::Script
57 support more than one code set.
</p>
58 <p>The symbols defined are used to specify which codes you
63 LOCALE_CODE_NUMERIC
</pre>
64 <p>You shouldn't have to
<a href=
"file://C|\msysgit\mingw\html/pod/perlfunc.html#item_use"><code>use
</code></a> this module directly yourself -
65 it is used by the three Locale modules, which in turn export
70 <h1><a name=
"known_bugs_and_limitations">KNOWN BUGS AND LIMITATIONS
</a></h1>
71 <p>None at the moment.
</p>
75 <h1><a name=
"see_also">SEE ALSO
</a></h1>
77 <dt><strong><a name=
"item_locale_3a_3alanguage">Locale::Language
</a></strong>
80 <p>Codes for identification of languages.
</p>
83 <dt><strong><a name=
"item_locale_3a_3acountry">Locale::Country
</a></strong>
86 <p>Codes for identification of countries.
</p>
89 <dt><strong><a name=
"item_locale_3a_3ascript">Locale::Script
</a></strong>
92 <p>Codes for identification of scripts.
</p>
95 <dt><strong><a name=
"item_locale_3a_3acurrency">Locale::Currency
</a></strong>
98 <p>Codes for identification of currencies and funds.
</p>
105 <h1><a name=
"author">AUTHOR
</a></h1>
106 <p>Neil Bowers
<<a href=
"mailto:neil@bowers.com">neil@bowers.com
</a>></p>
110 <h1><a name=
"copyright">COPYRIGHT
</a></h1>
111 <p>Copyright (C)
2002-
2004, Neil Bowers.
</p>
112 <p>Copyright (C)
2001, Canon Research Centre Europe (CRE).
</p>
113 <p>This module is free software; you can redistribute it and/or
114 modify it under the same terms as Perl itself.
</p>
115 <table border=
"0" width=
"100%" cellspacing=
"0" cellpadding=
"3">
116 <tr><td class=
"block" style=
"background-color: #cccccc" valign=
"middle">
117 <big><strong><span class=
"block"> Locale::Constants - constants for Locale codes
</span></strong></big>