Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2015 13:07:27 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285385 - head/bin/sh
Message-ID:  <201507111307.t6BD7RiM074482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sat Jul 11 13:07:26 2015
New Revision: 285385
URL: https://svnweb.freebsd.org/changeset/base/285385

Log:
  sh(1): libedit has supported multibyte encodings for a while.

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Sat Jul 11 11:21:56 2015	(r285384)
+++ head/bin/sh/sh.1	Sat Jul 11 13:07:26 2015	(r285385)
@@ -32,7 +32,7 @@
 .\"	from: @(#)sh.1	8.6 (Berkeley) 5/4/95
 .\" $FreeBSD$
 .\"
-.Dd April 18, 2015
+.Dd July 11, 2015
 .Dt SH 1
 .Os
 .Sh NAME
@@ -2846,6 +2846,4 @@ The
 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.
+does not recognize multibyte characters.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507111307.t6BD7RiM074482>