The R Project SVN R

Rev

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

Rev 68948 Rev 74363
Line 48... Line 48...
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
57
  the system has Unicode wide characters.
57
  the system has Unicode wide characters.
58
}
58
}