rclone/local
Nick Craig-Wood 4ac9a65049 fs: stop normalizing file names but do a normalized compare in the sync
This works by using a transform function to transform file names when
doing a compare when matching file names in a directory.  rclone now
UTF-8 normalizes the file names and does a case insensitive compare if
the destination remote is case insensitive.

This deprecates the --local-no-unicode-normalization flag.

Fixes #1477
2017-09-16 19:49:31 +01:00
..
local.go fs: stop normalizing file names but do a normalized compare in the sync 2017-09-16 19:49:31 +01:00
local_internal_test.go local: fix unnormalised unicode causing problems reading directories #1212 2017-03-16 22:37:56 +00:00
local_test.go fstests: only test uploadswith indeterminate size on remotes that support it 2017-08-22 07:19:43 +02:00
read_device_other.go Make -x/--one-file-system compile under Windows and add docs 2016-11-03 11:53:49 +00:00
read_device_unix.go Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00
tests_test.go Fix windows build - fixes #628 2016-08-20 12:29:54 +01:00