Skip to content
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

Make fread() automatically handle UTF-8 encoded files on Windows #4490

Open
GegznaV opened this issue May 25, 2020 · 1 comment
Open

Make fread() automatically handle UTF-8 encoded files on Windows #4490

GegznaV opened this issue May 25, 2020 · 1 comment
Labels
encoding issues related to Encoding fread

Comments

@GegznaV
Copy link

GegznaV commented May 25, 2020

It would be nice, if fread() could automatically handle "UTF-8" encoded files correctly on Windows as the functions in readr package do.
Try the ezerai dataset in #2431

fread('ezerai', sep = '\t')

A few top rows:
image

readr::read_delim('ezerai', delim = '\t', locale = locale(decimal_mark = ","))

image

@GegznaV
Copy link
Author

GegznaV commented May 25, 2020

I am aware of the option encoding = "UTF-8".

@jangorecki jangorecki added fread encoding issues related to Encoding labels May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
encoding issues related to Encoding fread
Projects
None yet
Development

No branches or pull requests

2 participants