The R Project SVN R

Rev

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

Rev 76972 Rev 76974
Line 518... Line 518...
518
  \code{pipe("pbcopy", "w")} to read from and write to that system's
518
  \code{pipe("pbcopy", "w")} to read from and write to that system's
519
  clipboard.
519
  clipboard.
520
#endif
520
#endif
521
}
521
}
522
\section{File paths}{
522
\section{File paths}{
523
  In most cases these are translated to the native \link{encoding}.
523
  In most cases these are translated to the native encoding.
524
 
524
 
525
  The exceptions are \code{file} and \code{pipe} on Windows, where a
525
  The exceptions are \code{file} and \code{pipe} on Windows, where a
526
  \code{description} which is marked as being in UTF-8 is passed to
526
  \code{description} which is marked as being in UTF-8 is passed to
527
  Windows as a \sQuote{wide} character string.  This allows files with
527
  Windows as a \sQuote{wide} character string.  This allows files with
528
  names not in the native encoding to be opened on file systems which
528
  names not in the native encoding to be opened on file systems which