2001-06-10 22:13:29 +00:00
|
|
|
$FreeBSD$
|
|
|
|
|
1994-12-04 20:12:10 +00:00
|
|
|
Locale name string format must be compliant with XPG3 and
|
|
|
|
using following format.
|
|
|
|
<locale name> ::= <language>_<territory>.<encoding>
|
|
|
|
<language> ::= based on ISO 639
|
|
|
|
<territory> ::= based on ISO 3166 (country code)
|
2001-06-10 22:13:29 +00:00
|
|
|
<encoding> ::= X11 codeset preferred
|
1994-12-04 20:12:10 +00:00
|
|
|
|