The R Project SVN R

Rev

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

Rev 76964 Rev 76974
Line 34... Line 34...
34
  otherwise, an empty character vector (unlike \code{\link{paste}}).
34
  otherwise, an empty character vector (unlike \code{\link{paste}}).
35
 
35
 
36
  An element of the result will be marked (see \code{\link{Encoding}} as
36
  An element of the result will be marked (see \code{\link{Encoding}} as
37
  UTF-8 if run in a UTF-8 locale (when marked inputs are converted to
37
  UTF-8 if run in a UTF-8 locale (when marked inputs are converted to
38
  UTF-8) or if an component of the result is marked as UTF-8, or as
38
  UTF-8) or if an component of the result is marked as UTF-8, or as
39
  Latin-1 in a non-Latin-1 locale.  \strong{NB:} Some of the functions
39
  Latin-1 in a non-Latin-1 locale.
40
  operating on file paths ignore marked encodings.
-
 
41
}
40
}
42
\note{
41
\note{
43
  The components are by default separated by \code{/}
42
  The components are by default separated by \code{/}
44
  (not \code{\\}) on Windows.
43
  (not \code{\\}) on Windows.
45
}
44
}