Add quick description of rules how to build locale name,

f.e. iso_8859_1 name is completely incorrect
This commit is contained in:
Andrey A. Chernov 1994-12-04 20:12:10 +00:00
parent d6bfd0e8f6
commit 5bf433c36e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4965
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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", ...

View File

@ -0,0 +1,7 @@
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", ...