The R Project SVN R

Rev

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

Rev 68948 Rev 73791
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, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2015 R Core Team
3
% Copyright 1995-2017 R Core 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 80... Line 80...
80
  otherwise marked as UTF-8 of any of the inputs is marked as UTF-8.
80
  otherwise marked as UTF-8 of any of the inputs is marked as UTF-8.
81
 
81
 
82
  \code{\link{match}}, \code{\link{pmatch}}, \code{\link{charmatch}},
82
  \code{\link{match}}, \code{\link{pmatch}}, \code{\link{charmatch}},
83
  \code{\link{duplicated}} and \code{\link{unique}} all match in UTF-8
83
  \code{\link{duplicated}} and \code{\link{unique}} all match in UTF-8
84
  if any of the elements are marked as UTF-8.
84
  if any of the elements are marked as UTF-8.
-
 
85
  
-
 
86
  There is some ambiguity as to what is meant by a \sQuote{Latin-1}
-
 
87
  locale, since some OSes (notably Windows) make use of character
-
 
88
  positions used for control characters in the ISO 8859-1 character set.
-
 
89
  How such characters are interpreted is system-dependent but as from \R
-
 
90
  3.5.0 they are if possible interpreted as per Windows codepage 1252
-
 
91
  (which Microsoft calls \sQuote{Windows Latin 1 (ANSI)}) when
-
 
92
  converting to e.g.\sspace{}UTF-8.
85
}
93
}
86
\value{
94
\value{
87
  A character vector.
95
  A character vector.
88
 
96
 
89
  For \code{enc2utf8} encodings are always marked: they are for
97
  For \code{enc2utf8} encodings are always marked: they are for