Axosoft / nsfw

A super fast and scaleable file watcher that provides a consistent interface on Linux, OSX and Windows
MIT License
903 stars 114 forks source link

file watch failed on Ubuntu #69

Open zixuemeng opened 5 years ago

zixuemeng commented 5 years ago

I use nsfw to watch a directory on Ubuntu, the nsfw watcher can't receive any event when I add or delete a file whose name starts with Chinese character.

kachkaev commented 4 years ago

Same here for files starting with a Cyrillic character. The problem only appears inside a Debian-based Docker container – the same kinds of changes on macOS trigger events correctly.

Looks like all non-latin characters are affected. What could be causing this? 🙏

GGICE commented 4 years ago

Is there a solution ?