We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f39814 commit 0818469Copy full SHA for 0818469
src/library/base/man/parse.Rd
@@ -47,9 +47,10 @@ str2expression(text)
47
to re-encode the input. To do the latter, specify the encoding as
48
part of the connection \code{con} or \emph{via}
49
\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.}
+ \code{\link{file}}.
+ Arguments \code{encoding = "UTF-8"} and \code{encoding = "latin1"}
+ are ignored with a warning when running, respectively, in a
53
+ non-UTF-8 \abbr{MBCS} locale or in an \abbr{MBCS} locale.}
54
\item{s}{a \code{\link{character}} vector of length \code{1}, i.e., a
55
\dQuote{string}.}
56
}
0 commit comments