Fix encoding info

This commit is contained in:
Andrey A. Chernov 2001-06-10 22:13:29 +00:00
parent bda67ecc50
commit 7158e1b8bd

View File

@ -1,7 +1,9 @@
$FreeBSD$
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)
<encoding> ::= "EUC", "KOI8-R", ...
<encoding> ::= X11 codeset preferred