| 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-2021 R Core Team
|
3 |
% Copyright 1995-2022 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 83... |
Line 83... |
| 83 |
|
83 |
|
| 84 |
\code{\link{match}}, \code{\link{pmatch}}, \code{\link{charmatch}},
|
84 |
\code{\link{match}}, \code{\link{pmatch}}, \code{\link{charmatch}},
|
| 85 |
\code{\link{duplicated}} and \code{\link{unique}} all match in UTF-8
|
85 |
\code{\link{duplicated}} and \code{\link{unique}} all match in UTF-8
|
| 86 |
if any of the elements are marked as UTF-8.
|
86 |
if any of the elements are marked as UTF-8.
|
| 87 |
|
87 |
|
| - |
|
88 |
Changing the current encoding from a running R session may lead to
|
| - |
|
89 |
confusion (see \code{\link{Sys.setlocale}}).
|
| - |
|
90 |
|
| 88 |
There is some ambiguity as to what is meant by a \sQuote{Latin-1}
|
91 |
There is some ambiguity as to what is meant by a \sQuote{Latin-1}
|
| 89 |
locale, since some OSes (notably Windows) make use of character
|
92 |
locale, since some OSes (notably Windows) make use of character
|
| 90 |
positions undefined (or used for control characters) in the ISO 8859-1
|
93 |
positions undefined (or used for control characters) in the ISO 8859-1
|
| 91 |
character set. How such characters are interpreted is
|
94 |
character set. How such characters are interpreted is
|
| 92 |
system-dependent but as from \R 3.5.0 they are if possible interpreted
|
95 |
system-dependent but as from \R 3.5.0 they are if possible interpreted
|