diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-04 20:12:10 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-04 20:12:10 +0000 |
| commit | 5bf433c36ed9df3f6cd331b477724cbaac55466b (patch) | |
| tree | 216d73573b2aa4ac2f3670f24275f2ab564cab5d | |
| parent | d6bfd0e8f694284aaf2a91f570b70ded4ccbfe8e (diff) | |
Notes
| -rw-r--r-- | share/mklocale/README.locale_name | 7 | ||||
| -rw-r--r-- | usr.bin/mklocale/README.locale_name | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/share/mklocale/README.locale_name b/share/mklocale/README.locale_name new file mode 100644 index 0000000000000..f34cf67814cbe --- /dev/null +++ b/share/mklocale/README.locale_name @@ -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", ... + diff --git a/usr.bin/mklocale/README.locale_name b/usr.bin/mklocale/README.locale_name new file mode 100644 index 0000000000000..f34cf67814cbe --- /dev/null +++ b/usr.bin/mklocale/README.locale_name @@ -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", ... + |
