summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-06-10 17:03:37 +0000
committerache <ache@FreeBSD.org>2001-06-10 17:03:37 +0000
commita16ec53187c84106ded4453953977e7f3f017d12 (patch)
tree02a809581b0fa7e193fc70f997213e454010d03e /contrib
parentfed9bc8f1cc9a5ad70d3206ccbed88ec50ec95e1 (diff)
downloadFreeBSD-src-a16ec53187c84106ded4453953977e7f3f017d12.zip
FreeBSD-src-a16ec53187c84106ded4453953977e7f3f017d12.tar.gz
Understand new locale names and Latin15 too
Diffstat (limited to 'contrib')
-rw-r--r--contrib/groff/src/preproc/eqn/neqn.sh2
-rwxr-xr-xcontrib/groff/src/roff/nroff/nroff.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/src/preproc/eqn/neqn.sh b/contrib/groff/src/preproc/eqn/neqn.sh
index 745599b..dadf8f1 100644
--- a/contrib/groff/src/preproc/eqn/neqn.sh
+++ b/contrib/groff/src/preproc/eqn/neqn.sh
@@ -7,7 +7,7 @@
case "${LC_ALL-${LC_CTYPE-${LANG}}}" in
*.UTF-8)
T=utf8 ;;
- iso_8859_1 | *.ISO-8859-1 | *.ISO_8859-1)
+ iso_8859_1 | *.ISO*8859-1 | *.ISO*8859-15)
T=latin1 ;;
*.IBM-1047)
T=cp1047 ;;
diff --git a/contrib/groff/src/roff/nroff/nroff.sh b/contrib/groff/src/roff/nroff/nroff.sh
index e16472e..82f9031 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 ;;
OpenPOWER on IntegriCloud