1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/lib/encoder/os_darwin.go

11 lines
224 B
Go
Raw Normal View History

2021-09-09 14:25:25 +02:00
//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)