freebsd_amp_hwpstate/usr.bin/mklocale
Andrey A. Chernov 1b31f20e14 Add $id$ and ${COPY} 1995-11-03 14:51:45 +00:00
..
data Add $id$ and ${COPY} 1995-11-03 14:51:45 +00:00
Japanese
Makefile Cleanup make process per Bruce suggestions 1995-11-03 14:39:11 +00:00
POSIX XDIGIT range fixed. This change is cosmetique and not affect anyone, 1995-10-15 15:50:19 +00:00
README.locale_name
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", ...