mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
local: encode invalid UTF-8 on macOS
This commit is contained in:
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
|
Reference in New Issue
Block a user