From b838671bb4661d8bd3ad95d511c0b7bcd93a5c4b Mon Sep 17 00:00:00 2001 From: jilles Date: Sun, 8 May 2011 14:03:44 +0000 Subject: sh(1): Update BUGS section for UTF-8 support. --- bin/sh/sh.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'bin/sh/sh.1') 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. -- cgit v1.1