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

This commit is contained in:
Jilles Tjoelker 2011-05-08 14:03:44 +00:00
parent 275e1cf79b
commit 50df342447
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221660

View File

@ -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.