Conversion of integer vector to character vector. The encoding of the character vector can be specified but defaults to the current locale.

intToEnc(x, encoding = localeToCharset())

Arguments

x

Integer vector

encoding

A character string describing the encoding of x. Defaults to the current locale. See also iconvlist()

Value

A character vector

Examples

intToEnc(8212)
#> [1] "—"