github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/backend/local/encode_other.go (about) 1 //+build !windows,!darwin 2 3 package local 4 5 import "github.com/rclone/rclone/lib/encoder" 6 7 // This is the encoding used by the local backend for non windows platforms 8 const defaultEnc = encoder.Base