mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Add quick description of rules how to build locale name,
f.e. iso_8859_1 name is completely incorrect
This commit is contained in:
parent
d6bfd0e8f6
commit
5bf433c36e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4965
7
share/mklocale/README.locale_name
Normal file
7
share/mklocale/README.locale_name
Normal 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", ...
|
||||||
|
|
7
usr.bin/mklocale/README.locale_name
Normal file
7
usr.bin/mklocale/README.locale_name
Normal 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", ...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user