1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00:00

local: encode invalid UTF-8 on macOS

This commit is contained in:
Nick Craig-Wood
2019-07-27 19:01:52 +01:00
parent 32af4cd6f3
commit 6ae7bd7914
3 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
//+build darwin
package local
import (
"github.com/rclone/rclone/fs/encodings"
)
const enc = encodings.LocalMacOS

View File

@@ -1,4 +1,4 @@
//+build !windows
//+build !windows,!darwin
package local