mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
local: refactor default os encoding out from local backend into shared encoder lib
This commit is contained in:
@@ -195,7 +195,7 @@ enabled, rclone will no longer update the modtime after copying a file.`,
|
||||
Name: config.ConfigEncoding,
|
||||
Help: config.ConfigEncodingHelp,
|
||||
Advanced: true,
|
||||
Default: defaultEnc,
|
||||
Default: encoder.OS,
|
||||
}},
|
||||
}
|
||||
fs.Register(fsi)
|
||||
|
||||
Reference in New Issue
Block a user