Skip to content

Commit 0818469

Browse files
author
hornik
committed
Adjust for c79007.
git-svn-id: https://svn.r-project.org/R/trunk@88479 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 0f39814 commit 0818469

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/library/base/man/parse.Rd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ str2expression(text)
4747
to re-encode the input. To do the latter, specify the encoding as
4848
part of the connection \code{con} or \emph{via}
4949
\code{\link{options}(encoding=)}: see the example under
50-
\code{\link{file}}. Arguments \code{encoding = "latin1"} and
51-
\code{encoding = "UTF-8"} are ignored with a warning when running
52-
in a \abbr{MBCS} locale.}
50+
\code{\link{file}}.
51+
Arguments \code{encoding = "UTF-8"} and \code{encoding = "latin1"}
52+
are ignored with a warning when running, respectively, in a
53+
non-UTF-8 \abbr{MBCS} locale or in an \abbr{MBCS} locale.}
5354
\item{s}{a \code{\link{character}} vector of length \code{1}, i.e., a
5455
\dQuote{string}.}
5556
}

0 commit comments

Comments
 (0)