The R Project SVN R

Rev

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

Rev 52064 Rev 54236
Line 1... Line 1...
1
% File src/library/base/man/Encoding.Rd
1
% File src/library/base/man/Encoding.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2010 R Core Development Team
3
% Copyright 1995-2011 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{Encoding}
6
\name{Encoding}
7
\alias{Encoding}
7
\alias{Encoding}
8
\alias{Encoding<-}
8
\alias{Encoding<-}
Line 45... Line 45...
45
  \code{\link{read.table}}, \code{\link{readLines}}, and
45
  \code{\link{read.table}}, \code{\link{readLines}}, and
46
  \code{\link{parse}} have an \code{encoding} argument that is used to
46
  \code{\link{parse}} have an \code{encoding} argument that is used to
47
  declare encodings, \code{\link{iconv}} declares encodings from its
47
  declare encodings, \code{\link{iconv}} declares encodings from its
48
  \code{from} argument, and console input in suitable locales is also
48
  \code{from} argument, and console input in suitable locales is also
49
  declared.  \code{\link{intToUtf8}} declares its output as
49
  declared.  \code{\link{intToUtf8}} declares its output as
-
 
50
  \code{"UTF-8"}, and output text connections (see
50
  \code{"UTF-8"}, and output text connections are marked if running in a
51
  \code{\link{textConnection}}) are marked if running in a
51
  suitable locale.  Under some circumstances (see its help page)
52
  suitable locale.  Under some circumstances (see its help page)
52
  \code{\link{source}(encoding=)} will mark encodings of character
53
  \code{\link{source}(encoding=)} will mark encodings of character
53
  strings it outputs.
54
  strings it outputs.
54
 
55
 
55
  Most character manipulation functions will set the encoding on output
56
  Most character manipulation functions will set the encoding on output