The R Project SVN R

Rev

Rev 71308 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71308 Rev 72049
Line 1... Line 1...
1
% File src/library/base/man/encodeString.Rd
1
% File src/library/base/man/encodeString.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2008, 2015 R Core Team
3
% Copyright 1995-2017 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{encodeString}
6
\name{encodeString}
7
\alias{encodeString}
7
\alias{encodeString}
8
\title{
8
\title{
Line 56... Line 56...
56
}
56
}
57
\value{
57
\value{
58
  A character vector of the same length as \code{x}, with the same
58
  A character vector of the same length as \code{x}, with the same
59
  attributes (including names and dimensions) but with no class set.
59
  attributes (including names and dimensions) but with no class set.
60
 
60
 
61
  As from \R 3.0.0, marked UTF-8 encodings are preserved.
61
  Marked UTF-8 encodings are preserved.
62
}
62
}
63
\seealso{
63
\seealso{
64
  \code{\link{print.default}}
64
  \code{\link{print.default}}
65
}
65
}
66
\examples{
66
\examples{