The R Project SVN R

Rev

Rev 85353 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85353 Rev 85953
Line 15... Line 15...
15
                                   "UTF-8", "utf8"))
15
                                   "UTF-8", "utf8"))
16
}
16
}
17
\arguments{
17
\arguments{
18
  \item{x}{a character vector.}
18
  \item{x}{a character vector.}
19
  \item{encoding}{the encoding to be assumed.  \code{"latin9"} is
19
  \item{encoding}{the encoding to be assumed.  \code{"latin9"} is
20
    officially ISO-8859-15 or Latin-9, but known as latin9 to LaTeX's
20
    officially ISO-8859-15 or Latin-9, but known as latin9 to LaTeX{}'s
21
    \code{inputenc} package.}
21
    \code{inputenc} package.}
22
}
22
}
23
\details{
23
\details{
24
  Non-ASCII characters in \code{x} are replaced by an appropriate LaTeX
24
  Non-ASCII characters in \code{x} are replaced by an appropriate LaTeX
25
  escape sequence, or \samp{?} if there is no appropriate sequence.
25
  escape sequence, or \samp{?} if there is no appropriate sequence.