aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-04 20:12:10 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-04 20:12:10 +0000
commit5bf433c36ed9df3f6cd331b477724cbaac55466b (patch)
tree216d73573b2aa4ac2f3670f24275f2ab564cab5d
parentd6bfd0e8f694284aaf2a91f570b70ded4ccbfe8e (diff)
Notes
-rw-r--r--share/mklocale/README.locale_name7
-rw-r--r--usr.bin/mklocale/README.locale_name7
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", ...
+