Skip to content
Prev 313416 / 398502 Next

questions on French characters in plot

Le mardi 11 d?cembre 2012 ? 16:41 +0100, Richard Zijdeman a ?crit :
I wouldn't call that an improvement... :-/

What's the result of the other one, i.e.
iconv(department, "UTF-16", "UTF-8")
You should not need this. iconv() should be able to convert the strings
to something usable. The problem is to determine what's the original
encoding. Could you call
lapply(department, charToRaw)

and post the output?


Regards