mnutt / davros

Personal file storage server
Apache License 2.0
298 stars 35 forks source link

How well does Davros handle special characters in file names? #15

Open ovizii opened 8 years ago

ovizii commented 8 years ago

And does it have or cause any issues if used to sync between different OS-es like Win/OSX? Just asking as I even had some issues using rsync as I had not known beforehand that UTF8 != UTF8 (Found out the hard way the difference between UTF-8 NFC & UTF-8 NFD)

mnutt commented 8 years ago

I actually have no idea, but I'm pretty sure that it doesn't do as well as it could. Owncloud has a nice webdav acceptance suite called https://github.com/owncloud/smashbox; Davros passes most but the special characters test is one it fails. Longer term as part of a storage overhaul I'd like to get it passing that test and then work on new edge cases as they come up.

ovizii commented 8 years ago

Awesome, I'll keep an eye on this thread then.