local: use lib/encoder
This commit is contained in:
parent
c09b62a088
commit
a98a750fc9
6 changed files with 184 additions and 244 deletions
9
backend/local/encode_windows.go
Normal file
9
backend/local/encode_windows.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
//+build windows
|
||||
|
||||
package local
|
||||
|
||||
import (
|
||||
"github.com/rclone/rclone/fs/encodings"
|
||||
)
|
||||
|
||||
const enc = encodings.LocalWindows
|
Loading…
Add table
Add a link
Reference in a new issue