From 5bf433c36ed9df3f6cd331b477724cbaac55466b Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 4 Dec 1994 20:12:10 +0000 Subject: [PATCH] Add quick description of rules how to build locale name, f.e. iso_8859_1 name is completely incorrect --- share/mklocale/README.locale_name | 7 +++++++ usr.bin/mklocale/README.locale_name | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 share/mklocale/README.locale_name create mode 100644 usr.bin/mklocale/README.locale_name diff --git a/share/mklocale/README.locale_name b/share/mklocale/README.locale_name new file mode 100644 index 000000000000..f34cf67814cb --- /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. + ::= _. + ::= based on ISO 639 + ::= based on ISO 3166 (country code) + ::= "EUC", "KOI8-R", ... + diff --git a/usr.bin/mklocale/README.locale_name b/usr.bin/mklocale/README.locale_name new file mode 100644 index 000000000000..f34cf67814cb --- /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. + ::= _. + ::= based on ISO 639 + ::= based on ISO 3166 (country code) + ::= "EUC", "KOI8-R", ... +