1
mirror of https://github.com/rclone/rclone synced 2025-03-31 17:09:19 +02:00

10 lines
205 B
Go

//+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)