freebsd-dev/usr.bin/mklocale
1995-01-30 15:34:06 +00:00
..
data Remove iso8859-1 to proper name 1994-12-04 21:13:56 +00:00
iso_8859_1 Fix wrong encoding scheme UTF2 --> NONE 1994-12-04 19:41:35 +00:00
ja_JP.EUC Add and properly install locales 1994-09-03 14:00:40 +00:00
Japanese BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
ldef.h u_long -> unsigned long so that we don't depend on namespace pollution 1994-09-05 14:02:42 +00:00
lex.l BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
Makefile Fix owner/mode for installed data 1995-01-30 15:34:06 +00:00
mklocale.1 BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
POSIX Fix encoding scheme UTF2 --> None 1994-12-04 19:54:19 +00:00
README.locale_name Add quick description of rules how to build locale name, 1994-12-04 20:12:10 +00:00
ru_SU.KOI8-R Add and properly install locales 1994-09-03 14:00:40 +00:00
yacc.y u_long -> unsigned long so that we don't depend on namespace pollution 1994-09-05 14:02:42 +00:00

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