rclone/vfs/vfscache
URenko 2a615f4681 vfs: fix cache encoding with special characters - #7760
The vfs use the hardcoded OS encoding when creating temp file,
but decode it with encoding for the local filesystem (--local-encoding)
when copying it to remote.
This caused failures when the filenames contained special characters.
The hardcoded OS encoding is now used uniformly.
2024-07-15 12:10:04 +01:00
..
downloaders vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
writeback vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
cache_test.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
cache.go vfs: fix cache encoding with special characters - #7760 2024-07-15 12:10:04 +01:00
item_test.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
item.go vfs: fix fatal error: sync: unlock of unlocked mutex in panics 2024-06-24 09:30:59 +01:00