Fix for new locale names
This commit is contained in:
parent
80cf6ab26e
commit
3a068c3b67
@ -386,7 +386,7 @@ sub nroff_device {
|
||||
$dev_name = "koi8-r";
|
||||
}
|
||||
# Use "nroff -Tlatin1 -man" to format ISO 8859-1 manpages
|
||||
elsif ($local_suffix =~ '\.ISO_8859-1$') {
|
||||
elsif ($local_suffix =~ '\.ISO_?8859-15?$') {
|
||||
$dev_name = "latin1";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user