SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
365 stars 87 forks source link

Checks java file encoding on windows (PR #75) #76

Open ab3dat opened 5 years ago

ab3dat commented 5 years ago

This implementation checks whether the UTF-8 file encoding is set when working on windows. If the wrong file encoding is set mounting the drive works, but accessing and working on it doesn't work.

Details see pull request #75