[R] Encoding info losses for non-ASCII column names #335
Comments
Does this issue persist in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this issue persist in the |
If the column names contain non-ASCII strings, the
Encoding
info will be lost when reading from the local feather file. The following example is run on my Mac.It will be even worse if it's run on a Windows machine because it seems like
feather
will try to convert the column names tonative
encoding fromunknown
encoding, leading to garbage column names that can never be converted back.Minimal Reproducible Example
sessionInfo()
On Windows the output will become
The text was updated successfully, but these errors were encountered: