Commit Graph
5 Commits
Author SHA1 Message Date
URenkoandNick Craig-Wood e1b7bf7701 local: fix encoding of root path
fix #7824
Statements like rclone copy <somewhere> . will spontaneously miss
if . expands to a path with a Full Width replacement character.
This is due to the incorrect order in which
relative paths and decoding were handled in the original implementation.
2024-07-15 12:10:04 +01:00
URenkoandNick Craig-Wood 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
URenkoandNick Craig-Wood e041796bfe docs: correct description of encoding None and add Raw. 2024-07-15 12:10:04 +01:00
URenkoandNick Craig-Wood 1b9217bc78 lib/encoder: add EncodeRaw 2024-07-15 12:10:04 +01:00
URenkoandNick Craig-Wood acd67edf9a docs: remove "After" in systemd mount example again 2023-06-22 18:03:04 +01:00