rclone/lib/encoder
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
..
filename build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
internal/gen vfs: fix cache encoding with special characters - #7760 2024-07-15 12:10:04 +01:00
encoder_cases_test.go lib/encoder: add Semicolon encoding 2022-04-21 12:02:27 +01:00
encoder_test.go lib/encoder: add EncodeRaw 2024-07-15 12:10:04 +01:00
encoder.go lib/encoder: add EncodeRaw 2024-07-15 12:10:04 +01:00
os_darwin.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
os_other.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
os_windows.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
standard.go build: reformat comments to pass go1.19 vet 2022-08-05 16:35:41 +01:00