I have the following problem and haven't found a solution in the last 3h:
test=c("sähköpyörä")
print(test)
yields
"s\303\244hk\303\266py\303\266r\303\244"
However, I should stay "sähköpyörä".
Anyone has an idea how to handle the problem?
I'm running R Studio 1.1.447 on Mac OS X 10_15_3. Thanks!