fs icon indicating copy to clipboard operation
fs copied to clipboard

Problem with special characters with last available version

Open jllipatz opened this issue 2 years ago • 1 comments

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’`

jllipatz avatar Mar 15 '22 11:03 jllipatz

Duplicate of #366?

gaborcsardi avatar Mar 15 '22 11:03 gaborcsardi

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

IndrajeetPatil avatar May 04 '24 16:05 IndrajeetPatil