diff options
author | ache <ache@FreeBSD.org> | 1994-12-04 20:12:10 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-04 20:12:10 +0000 |
commit | 7d893644f99a72328eb2380236b03d27e89d8073 (patch) | |
tree | 216d73573b2aa4ac2f3670f24275f2ab564cab5d /share/mklocale | |
parent | 4efcdc441e2d669da8757f0293132c7dbc554732 (diff) | |
download | FreeBSD-src-7d893644f99a72328eb2380236b03d27e89d8073.zip FreeBSD-src-7d893644f99a72328eb2380236b03d27e89d8073.tar.gz |
Add quick description of rules how to build locale name,
f.e. iso_8859_1 name is completely incorrect
Diffstat (limited to 'share/mklocale')
-rw-r--r-- | share/mklocale/README.locale_name | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/mklocale/README.locale_name b/share/mklocale/README.locale_name new file mode 100644 index 0000000..f34cf67 --- /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", ... + |