aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/src/roff/nroff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-06-10 17:03:37 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-06-10 17:03:37 +0000
commit0b680d18f699b1478c02986491ecd5f07cef8969 (patch)
tree02a809581b0fa7e193fc70f997213e454010d03e /contrib/groff/src/roff/nroff
parent5d392cddf671b6441b988e1214a5bf0a622f4048 (diff)
downloadsrc-0b680d18f699b1478c02986491ecd5f07cef8969.tar.gz
src-0b680d18f699b1478c02986491ecd5f07cef8969.zip
Understand new locale names and Latin15 too
Notes
Notes: svn path=/head/; revision=77994
Diffstat (limited to 'contrib/groff/src/roff/nroff')
-rwxr-xr-xcontrib/groff/src/roff/nroff/nroff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/src/roff/nroff/nroff.sh b/contrib/groff/src/roff/nroff/nroff.sh
index e16472e61617..82f9031cd8c5 100755
--- a/contrib/groff/src/roff/nroff/nroff.sh
+++ b/contrib/groff/src/roff/nroff/nroff.sh
@@ -17,7 +17,7 @@ case "`#locale charmap 2>/dev/null`" in
case "${LC_ALL-${LC_CTYPE-${LANG}}}" in
*.UTF-8)
T=-Tutf8 ;;
- iso_8859_1 | *.ISO-8859-1 | *.ISO_8859-1)
+ iso_8859_1 | *.ISO*8859-1 | *.ISO*8859-15)
T=-Tlatin1 ;;
*.IBM-1047)
T=-Tcp1047 ;;