You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support for file names with non Unicode characters #44
Not all names contains valid Unicode characters, so files/folders are just skipped because it is unable to save name as String to be able to process it. Maybe converting all names to bytes and then processing it will work but it will require a lot refactoring, and writing code could become harder. (Look at Replace String with PathBuf for paths #59)
The text was updated successfully, but these errors were encountered:
- Support for file names with non Unicode characters #44Not all names contains valid Unicode characters, so files/folders are just skipped because it is unable to save name as String to be able to process it. Maybe converting all names to bytes and then processing it will work but it will require a lot refactoring, and writing code could become harder.(Look at Replace String with PathBuf for paths #59)The text was updated successfully, but these errors were encountered: