Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / Locale / Constants.html
bloba6f7668cd0e39c7a3a74b033bff533cbf9bd88d5
1 <?xml version="1.0" ?>
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">
4 <head>
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:" />
8 </head>
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">&nbsp;Locale::Constants - constants for Locale codes</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
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>
29 </ul>
30 <!-- INDEX END -->
32 <hr />
33 <p>
34 </p>
35 <h1><a name="name">NAME</a></h1>
36 <p>Locale::Constants - constants for Locale codes</p>
37 <p>
38 </p>
39 <hr />
40 <h1><a name="synopsis">SYNOPSIS</a></h1>
41 <pre>
42 use Locale::Constants;
44 $codeset = LOCALE_CODE_ALPHA_2;</pre>
45 <p>
46 </p>
47 <hr />
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>
51 <pre>
52 Locale::Language
53 Locale::Country
54 Locale::Currency
55 Locale::Script</pre>
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
59 want to be used:</p>
60 <pre>
61 LOCALE_CODE_ALPHA_2
62 LOCALE_CODE_ALPHA_3
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
66 the symbols.</p>
67 <p>
68 </p>
69 <hr />
70 <h1><a name="known_bugs_and_limitations">KNOWN BUGS AND LIMITATIONS</a></h1>
71 <p>None at the moment.</p>
72 <p>
73 </p>
74 <hr />
75 <h1><a name="see_also">SEE ALSO</a></h1>
76 <dl>
77 <dt><strong><a name="item_locale_3a_3alanguage">Locale::Language</a></strong>
79 <dd>
80 <p>Codes for identification of languages.</p>
81 </dd>
82 </li>
83 <dt><strong><a name="item_locale_3a_3acountry">Locale::Country</a></strong>
85 <dd>
86 <p>Codes for identification of countries.</p>
87 </dd>
88 </li>
89 <dt><strong><a name="item_locale_3a_3ascript">Locale::Script</a></strong>
91 <dd>
92 <p>Codes for identification of scripts.</p>
93 </dd>
94 </li>
95 <dt><strong><a name="item_locale_3a_3acurrency">Locale::Currency</a></strong>
97 <dd>
98 <p>Codes for identification of currencies and funds.</p>
99 </dd>
100 </li>
101 </dl>
103 </p>
104 <hr />
105 <h1><a name="author">AUTHOR</a></h1>
106 <p>Neil Bowers &lt;<a href="mailto:neil@bowers.com">neil@bowers.com</a>&gt;</p>
108 </p>
109 <hr />
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">&nbsp;Locale::Constants - constants for Locale codes</span></strong></big>
118 </td></tr>
119 </table>
121 </body>
123 </html>