Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGS
section in wordexp(3) manual page Discussed with: jilles
This commit is contained in:
parent
80b293868f
commit
015d4dceed
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 29, 2004
|
||||
.Dd July 07, 2015
|
||||
.Dt WORDEXP 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -202,5 +202,5 @@ but it does not use the same parser so it may be fooled.
|
||||
.Pp
|
||||
The current
|
||||
.Fn wordexp
|
||||
implementation does not recognize multibyte characters, since the
|
||||
shell (which it invokes to perform expansions) does not.
|
||||
implementation does not recognize multibyte characters other than UTF-8, since
|
||||
the shell (which it invokes to perform expansions) does not.
|
||||
|
Loading…
x
Reference in New Issue
Block a user