-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error:Invalid multibyte sequence #438
Comments
Can you please make a minimal version of that file available online somewhere? |
Thank your very much for you reply. I just sent a email . Thanks ! |
It doesn't appear to be in GBK encoding but in GB18030. This code worked for me: read_csv("~/Desktop/20160502.InputContract.SE.ByWeek.csv", locale = locale(encoding = "GB18030")) BTW when I print that dataset out, the column names don't seem to align with the columns. I think that's probably a bug in tibble. Is it ok to share the column names in another bug report? (but not the values of the columns) |
Oh, I just google translated them and they seem pretty innocuous - I think I can probably share "completion date" and "contract entry date"! |
Filed issue here tidyverse/tibble#100 |
Hi,
I am a chinese user of
readr
. Can you help me? Thanks!But
It contains some specific symbols. What should I do? Thank you very much!
The text was updated successfully, but these errors were encountered: