mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 15:38:57 +01:00
Write about convmv in the docs for fixing non UTF-8 filesystems - fixes #300
This commit is contained in:
parent
f30c836696
commit
835b6761b7
@ -25,9 +25,13 @@ on OS X.
|
|||||||
### Filenames ###
|
### Filenames ###
|
||||||
|
|
||||||
Filenames are expected to be encoded in UTF-8 on disk. This is the
|
Filenames are expected to be encoded in UTF-8 on disk. This is the
|
||||||
normal case for Windows and OS X. There is a bit more uncertainty in
|
normal case for Windows and OS X.
|
||||||
the Linux world, but new distributions will have UTF-8 encoded files
|
|
||||||
names.
|
There is a bit more uncertainty in the Linux world, but new
|
||||||
|
distributions will have UTF-8 encoded files names. If you are using an
|
||||||
|
old Linux filesystem with non UTF-8 file names (eg latin1) then you
|
||||||
|
can use the `convmv` tool to convert the filesystem to UTF-8. This
|
||||||
|
tool is available in most distributions' package managers.
|
||||||
|
|
||||||
If an invalid (non-UTF8) filename is read, the invalid caracters will
|
If an invalid (non-UTF8) filename is read, the invalid caracters will
|
||||||
be replaced with the unicode replacement character, '<27>'. `rclone`
|
be replaced with the unicode replacement character, '<27>'. `rclone`
|
||||||
|
Loading…
Reference in New Issue
Block a user