diff options
author | jilles <jilles@FreeBSD.org> | 2011-05-08 14:03:44 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2011-05-08 14:03:44 +0000 |
commit | b838671bb4661d8bd3ad95d511c0b7bcd93a5c4b (patch) | |
tree | 8c77152e9b53b52eee9beafbd82650c2c7c766e8 /bin | |
parent | 22cea9155a207965ded6253a5bc36d45d3bc9ef4 (diff) | |
download | FreeBSD-src-b838671bb4661d8bd3ad95d511c0b7bcd93a5c4b.zip FreeBSD-src-b838671bb4661d8bd3ad95d511c0b7bcd93a5c4b.tar.gz |
sh(1): Update BUGS section for UTF-8 support.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/sh.1 | 9 |
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. |