Skip to content
Prev 60472 / 63421 Next

localeToCharset()

Hi Andreas,

is there still any higher-level problem left you need to solve? Ideally 
one wouldn't need to query what is the native encoding, but directly use 
iconv() or indirectly other R functions to convert the data from/to the 
native encoding. iconv() will find out internally what is the native 
encoding (via data that is available also by l10n_info(), but with care 
for differences between OSes).

Best
Tomas
On 1/31/22 12:38, Bl?tte, Andreas wrote: