I am using R to read data from an old fame database. This works fine in general but I get unexpected encoding back when reading descriptions. E.g.:
a <- "\U3e34653c"
# is supposed to be
"ä"
I tried to iconv
my self around this problem but despite trying numerous possibilities I was not able to get it displayed in a proper way. my locale: en_US.UTF-8. Is there a way around replacing (sub) such strings?