thomasp85 / shinyFiles

A shiny extension for server side file access
196 stars 47 forks source link

Problem with window file names containing special characters #165

Closed jllipatz closed 2 years ago

jllipatz commented 2 years ago

With windows, using in a file entry name non standard characters such as those used in the french language make the file not choosable with shinyFiles. In the example, the last file is just a copy of the population.csv, which was given the name a.csv (but with an accent over the a). The display is wrong (probably because the characteristics of the file are not accessed) and th selected file name too. The problem occured with the compiled CRAN version of the package using shinyFiles BUT NOT on the same code running from the source files on my computer. So perhaps there is a link with the future R 4.2 contents.. vue shinyFiles .

jllipatz commented 2 years ago

Sorry, the problem is not in shinyFiles nor in CRAN compilation but in the package "fs". Its version 1.5.2 doesn't read the file names correctly, but the previous I had (1.5.0) didn't fail. I left the issue unclosed as I don't know what to do in such cases.

vnijs commented 2 years ago

Report to fs?

jllipatz commented 2 years ago

I did.

vnijs commented 2 years ago

Thanks. Can you link issue and/or report back what you learn?

vnijs commented 2 years ago

@jllipatz I'm going to close this issue for now. If there are things to do in shinyFiles please re-open or start a new issue. Thanks