From 7602056edd583c64f417e80b938988dd8b51bc18 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sat, 2 Jul 2011 21:11:50 -1000 Subject: [PATCH] sh(1): Update BUGS section for UTF-8 support. Obtained-from: FreeBSD SVN rev 221660 --- bin/sh/sh.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index cfcd3c48d9..95268919e2 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 -.\" $FreeBSD: src/bin/sh/sh.1,v 1.161 2011/05/05 20:55:55 jilles Exp $ +.\" $FreeBSD: src/bin/sh/sh.1,v 1.162 2011/05/08 14:03:44 jilles Exp $ .\" .Dd July 2, 2011 .Dt SH 1 @@ -2602,7 +2602,12 @@ 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. .Pp The characters generated by filename completion should probably be quoted to ensure that the filename is still valid after the input line has been -- 2.41.0