The R Project SVN R

Rev

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

Rev 80204 Rev 85925
Line 44... Line 44...
44
  \code{\link{Encoding}}).
44
  \code{\link{Encoding}}).
45
 
45
 
46
  \code{rawToChar} converts raw bytes either to a single character
46
  \code{rawToChar} converts raw bytes either to a single character
47
  string or a character vector of single bytes (with \code{""} for
47
  string or a character vector of single bytes (with \code{""} for
48
  \code{0}).  (Note that a single character string could contain
48
  \code{0}).  (Note that a single character string could contain
49
  embedded nuls; only trailing nulls are allowed and will be removed.)
49
  embedded \abbr{NUL}s; only trailing nulls are allowed and will be removed.)
50
  In either case it is possible to create a result which is invalid in a
50
  In either case it is possible to create a result which is invalid in a
51
  multibyte locale, e.g.\sspace{}one using UTF-8. \link{Long vectors} are
51
  multibyte locale, e.g.\sspace{}one using UTF-8. \link{Long vectors} are
52
  allowed if \code{multiple} is true.
52
  allowed if \code{multiple} is true.
53
 
53
 
54
  \code{rawShift(x, n)} shift the bits in \code{x} by \code{n} positions
54
  \code{rawShift(x, n)} shift the bits in \code{x} by \code{n} positions