summaryrefslogtreecommitdiffstats
path: root/bin/sh/sh.1
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-05-08 14:03:44 +0000
committerjilles <jilles@FreeBSD.org>2011-05-08 14:03:44 +0000
commitb838671bb4661d8bd3ad95d511c0b7bcd93a5c4b (patch)
tree8c77152e9b53b52eee9beafbd82650c2c7c766e8 /bin/sh/sh.1
parent22cea9155a207965ded6253a5bc36d45d3bc9ef4 (diff)
downloadFreeBSD-src-b838671bb4661d8bd3ad95d511c0b7bcd93a5c4b.zip
FreeBSD-src-b838671bb4661d8bd3ad95d511c0b7bcd93a5c4b.tar.gz
sh(1): Update BUGS section for UTF-8 support.
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r--bin/sh/sh.19
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index e240d7d..5710060 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -32,7 +32,7 @@
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
-.Dd May 5, 2011
+.Dd May 8, 2011
.Dt SH 1
.Os
.Sh NAME
@@ -2591,4 +2591,9 @@ was originally written by
.Sh BUGS
The
.Nm
-utility does not recognize multibyte characters.
+utility does not recognize multibyte characters other than UTF-8.
+Splitting using
+.Va IFS
+and the line editing library
+.Xr editline 3
+do not recognize multibyte characters.
OpenPOWER on IntegriCloud