Am 27.08.2018 um 15:23 schrieb Allin
Cottrell:
I think the solution is (a) make sure your locale is set
correctly within R, using Sys.setlocale() if need be, and (b)
tell R that the incoming filename is in UTF-8. For the
read.table() function this would be a matter of appending the
argument 'encoding="utf-8"',
Hm, I'm having several doubts here: R's locale here is already set
at German_Germany.1252, which is correct AFAICT. But if I understand
correctly the filename on Windows on an NTFS disk is saved in UTF16?
Not sure how that is passed on to R by the OS.