mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 11:35:21 +08:00
2a615f4681
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. |
||
---|---|---|
.. | ||
filename | ||
internal/gen | ||
encoder_cases_test.go | ||
encoder_test.go | ||
encoder.go | ||
os_darwin.go | ||
os_other.go | ||
os_windows.go | ||
standard.go |