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 special characters with last available version #378

Closed
jllipatz opened this issue Mar 15, 2022 · 2 comments
Closed

Problem with special characters with last available version #378

jllipatz opened this issue Mar 15, 2022 · 2 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@jllipatz
Copy link

As requested a feedback about non ASCII characters in file names under Windows: version 1.5.0 was ok, but last version doesn't read the file names correctly.

`> fs::dir_ls("C:/Users/h2izgk/Documents")
C:/Users/h2izgk/Documents/Elèves.ods
C:/Users/h2izgk/Documents/enquête2.RDS

packageVersion("fs")
[1] ‘1.5.0’

fs::dir_ls("C:/users/h2izgk/Documents")
C:/users/h2izgk/Documents/Elèves.ods
C:/users/h2izgk/Documents/enquête2.RDS
packageVersion("fs")
[1] ‘1.5.2’`

@gaborcsardi
Copy link
Member

Duplicate of #366?

@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Nov 1, 2023
@IndrajeetPatil
Copy link
Contributor

Yes, this issue is a duplicate of #366 and can be closed in favour of that issues with a more thorough discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants