The R Project SVN R

Rev

Rev 61168 | Rev 74363 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61168 Rev 61433
Line 46... Line 46...
46
  provided for compatibility with S-PLUS.
46
  provided for compatibility with S-PLUS.
47
}
47
}
48
\value{
48
\value{
49
  A character vector of the same length and with the same attributes as
49
  A character vector of the same length and with the same attributes as
50
  \code{x} (after possible coercion).
50
  \code{x} (after possible coercion).
51
  
51
 
52
  Elements of the result will be have the encoding declared as that of
52
  Elements of the result will be have the encoding declared as that of
53
  the current locale (see \code{\link{Encoding}} if the corresponding
53
  the current locale (see \code{\link{Encoding}} if the corresponding
54
  input had a declared encoding and the current locale is either Latin-1
54
  input had a declared encoding and the current locale is either Latin-1
55
  or UTF-8.  The result will be in the current locale's encoding unless
55
  or UTF-8.  The result will be in the current locale's encoding unless
56
  the corresponding input was in UTF-8, when it will be in UTF-8 when
56
  the corresponding input was in UTF-8, when it will be in UTF-8 when