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

Problem with windows file names encoding #260

Open
jllipatz opened this issue Jun 15, 2021 · 0 comments
Open

Problem with windows file names encoding #260

jllipatz opened this issue Jun 15, 2021 · 0 comments
Assignees
Milestone

Comments

@jllipatz
Copy link

Hello,

I tried to save a table named "enquête" into a file with the same name. :
write.fst(enquête,"Z:/enquête.fst")
It seems that the french character "ê" is translated to UTF8 before creating the file and as a result the saved file gets the the ugly name "enquête.fst". This phenomenon doesn't apear when saving RDS, FEATHER, CSV, DBF files... and is abit problematic if the next step in the program is to try to do something on the file by its supposed name, like getting its size...

Best regards
Jean-Luc

@MarcusKlik MarcusKlik self-assigned this Nov 16, 2022
@MarcusKlik MarcusKlik added this to the Candidate milestone Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants