rclone/lib/encoder/os_darwin.go
2021-09-09 20:43:59 +03:00

11 lines
224 B
Go

//go:build darwin
// +build darwin
package encoder
// OS is the encoding used by the local backend for macOS
//
// macOS can't store invalid UTF-8, it converts them into %XX encoding
const OS = (Base |
EncodeInvalidUtf8)