Fix for new locale names
This commit is contained in:
parent
23c38e4e7c
commit
d91617d5ab
@ -101,7 +101,10 @@ struct ltable {
|
|||||||
};
|
};
|
||||||
static struct ltable ltable[] = {
|
static struct ltable ltable[] = {
|
||||||
{"KOI8-R", "koi8-r"},
|
{"KOI8-R", "koi8-r"},
|
||||||
|
{"ISO8859-1", "latin1"},
|
||||||
{"ISO_8859-1", "latin1"},
|
{"ISO_8859-1", "latin1"},
|
||||||
|
{"ISO8859-15", "latin1"},
|
||||||
|
{"ISO_8859-15", "latin1"},
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
@ -136,7 +136,7 @@ will search in the following subdirectories, in the order of precedence:
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
For example, for
|
For example, for
|
||||||
.Dq de_DE.ISO_8859-1
|
.Dq de_DE.ISO8859-1
|
||||||
locale,
|
locale,
|
||||||
.Nm
|
.Nm
|
||||||
will search in the following subdirectories of the
|
will search in the following subdirectories of the
|
||||||
@ -145,11 +145,11 @@ manpath component:
|
|||||||
.Pp
|
.Pp
|
||||||
.Bl -item -offset indent -compact
|
.Bl -item -offset indent -compact
|
||||||
.It
|
.It
|
||||||
.Pa /usr/share/man/de_DE.ISO_8859-1
|
.Pa /usr/share/man/de_DE.ISO8859-1
|
||||||
.It
|
.It
|
||||||
.Pa /usr/share/man/de.ISO_8859-1
|
.Pa /usr/share/man/de.ISO8859-1
|
||||||
.It
|
.It
|
||||||
.Pa /usr/share/man/en.ISO_8859-1
|
.Pa /usr/share/man/en.ISO8859-1
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
Finally,
|
Finally,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user