Skip to content
Prev 27132 / 63461 Next

encoding question again

Oops, this was supposed to be a private reply ;) - sorry about the  
noise. The essence in English:
JGR uses all strings in UTF-8 encoding, but the system locale reports  
CP1252 which impedes automatic conversions (because R doesn't know  
that everything is UTF-8). Specific conversion via iconv works as  
expected (see the example below).

Cheers,
Simon
On Dec 29, 2007, at 11:11 AM, Simon Urbanek wrote: