Andrey A. Chernov 622d64cf1d Comment out iso88591 installation until proper name set will be found
(see README.locale_name). Please, anybody tell me language set
and countries set described in iso88591 to produce proper name set.
1994-12-04 20:27:31 +00:00
..
1994-09-03 14:00:40 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1994-12-04 19:54:19 +00:00
1994-09-03 14:00:40 +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", ...