freebsd_amp_hwpstate/usr.bin/mklocale
Andrey A. Chernov 56718b4a07 Rename ISO8859-1 to ISO_8859-1 per RFC1700 1995-06-17 03:25:34 +00:00
..
data Add yet one popular russian code table 1995-04-30 14:45:00 +00:00
Japanese
Makefile Rename ISO8859-1 to ISO_8859-1 per RFC1700 1995-06-17 03:25:34 +00:00
POSIX
README.locale_name Add quick description of rules how to build locale name, 1994-12-04 20:12:10 +00:00
iso_8859_1
ja_JP.EUC
ldef.h
lex.l
mklocale.1
ru_SU.KOI8-R
yacc.y

README.locale_name

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", ...