~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to src/library/base/man/scan.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-01-19 12:40:24 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090119124024-abxsf4e0y7713w9m
Tags: 2.8.1-2
debian/control: Add another Build-Depends: exclusion for the 
'kfreebsd-i386 kfreebsd-amd64 hurd-i386' architecture to openjdk-6-jdk.
Thanks to Petr Salinger for the heads-up.               (Closes: 512324)

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
    hexadecimal representations like \code{\040} and \code{\0x2A}.  Any
141
141
    other escaped character is treated as itself, including backslash.
142
142
  }
143
 
  \item{encoding}{encoding to be assumed for input strings.  It is
144
 
    used to mark character strings as known to be in
145
 
    Latin-1 or UTF-8: it is not used to re-encode the input.  To do the
146
 
    latter, specify the encoding as part of the connection \code{con} or
147
 
    via \code{\link{options}(encoding=)}: see the example under
 
143
  \item{encoding}{encoding to be assumed for input strings.  If the
 
144
    value is \code{"latin1"} or \code{"UTF-8"} it is used to mark
 
145
    character strings as known to be in Latin-1 or UTF-8: it is not used
 
146
    to re-encode the input.  To do the latter, specify the encoding as
 
147
    part of the connection \code{con} or \emph{via}
 
148
    \code{\link{options}(encoding=)}: see the example under
148
149
    \code{\link{file}}.
149
150
#ifdef windows
150
151
    See also \sQuote{Details}.
243
244
  chars: use an explicit separator to avoid this.
244
245
 
245
246
  Having \code{nul} bytes in fields (including \code{\0} if
246
 
  \code{allowEscapes = TRUE}) may lead to scanning the field being
247
 
  terminated at the \code{nul}.  They not normally present
 
247
  \code{allowEscapes = TRUE}) may lead to interpretation of the
 
248
  field being terminated at the \code{nul}.  They not normally present
248
249
  in text files -- see \code{\link{readBin}}.
249
250
}
250
251
\references{