freebsd-nq/usr.bin/mklocale
Bruce Evans 67036295bc Fixed bogus existence check related to searching for a nearby obj directory.
Now the search is as incomplete as elsewhere instead of broken.
1997-04-10 15:15:43 +00:00
..
data Fixed bogus existence check related to searching for a nearby obj directory. 1997-04-10 15:15:43 +00:00
ldef.h
lex.l
Makefile
mklocale.1
README.locale_name
yacc.y

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