The R Project SVN R

Rev

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

Rev 64657 Rev 65045
Line 44... Line 44...
44
  Note that splitting into single characters can be done \emph{via}
44
  Note that splitting into single characters can be done \emph{via}
45
  \code{split = character(0)} or \code{split = ""}; the two are
45
  \code{split = character(0)} or \code{split = ""}; the two are
46
  equivalent.  The definition of \sQuote{character} here depends on the
46
  equivalent.  The definition of \sQuote{character} here depends on the
47
  locale: in a single-byte locale it is a byte, and in a multi-byte
47
  locale: in a single-byte locale it is a byte, and in a multi-byte
48
  locale it is the unit represented by a \sQuote{wide character} (almost
48
  locale it is the unit represented by a \sQuote{wide character} (almost
49
  always a Unicode point).
49
  always a Unicode code point).
50
 
50
 
51
  A missing value of \code{split} does not split the corresponding
51
  A missing value of \code{split} does not split the corresponding
52
  element(s) of \code{x} at all.
52
  element(s) of \code{x} at all.
53
 
53
 
54
  The algorithm applied to each input string is
54
  The algorithm applied to each input string is