local: encode invalid UTF-8 on macOS
This commit is contained in:
parent
32af4cd6f3
commit
6ae7bd7914
3 changed files with 20 additions and 1 deletions
9
backend/local/encode_darwin.go
Normal file
9
backend/local/encode_darwin.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
//+build darwin
|
||||
|
||||
package local
|
||||
|
||||
import (
|
||||
"github.com/rclone/rclone/fs/encodings"
|
||||
)
|
||||
|
||||
const enc = encodings.LocalMacOS
|
Loading…
Add table
Add a link
Reference in a new issue