toUTF8(x, from = "WINDOWS-1252")
"LATIN1"
and "WINDOWS-1252"
. Type iconvlist()
for the
complete list of available encodings.label
of x
from the
specified encoding into UTF-8. If x
is a factor, the levels are
converted as well. If x
is a data.frame, the function makes the
conversions in all of its variables.