svn commit: r221660 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Sun May 8 14:03:44 UTC 2011


Author: jilles
Date: Sun May  8 14:03:44 2011
New Revision: 221660
URL: http://svn.freebsd.org/changeset/base/221660

Log:
  sh(1): Update BUGS section for UTF-8 support.

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Sun May  8 12:34:31 2011	(r221659)
+++ head/bin/sh/sh.1	Sun May  8 14:03:44 2011	(r221660)
@@ -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.


More information about the svn-src-head mailing list