You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was reported here in pyreadr that trying to open this file raises the following error:
Unable to convert string to the requested encoding (invalid byte sequence)
i.e RDATA_ERROR_CONVERT_BAD_STRING
Looking at the first 30 bytes of the files I got the impression the file is in CP1252 (maybe I am looking at a completely wrong pace, I actually don't know how this file is structured):
Looking at the source code I was expecting to get RDATA_ERROR_UNSUPPORTED_CHARSET instead. Maybe librdata is not extracting the encoding correctly for this file?
And actually, would it be possible to support non UTF-8 files?
hi
It was reported here in pyreadr that trying to open this file raises the following error:
i.e RDATA_ERROR_CONVERT_BAD_STRING
Looking at the first 30 bytes of the files I got the impression the file is in CP1252 (maybe I am looking at a completely wrong pace, I actually don't know how this file is structured):
Looking at the source code I was expecting to get RDATA_ERROR_UNSUPPORTED_CHARSET instead. Maybe librdata is not extracting the encoding correctly for this file?
And actually, would it be possible to support non UTF-8 files?
thanks!