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
..
1996-06-02 17:22:01 +00:00
1996-06-02 17:22:01 +00:00
1997-01-11 19:57:47 +00:00
1997-01-07 09:58:32 +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", ...