Quote:

Code:

C:\Temp>rsync -e ssh -auv peculiar.home.differentpla.net:/home/music/flac/Compilations/*.flac .
receiving file list ... done
01 - Jos\303\251 Padilla - Agua.flac



How do I persuade rsync that my filenames are Unicode, and to do the necessary UTF8 to UTF16 conversion?

I've tried googling for an answer, but my google-fu is weak this morning. Any ideas?


Just hack the rsync source code -- should be a quick fix.

Cheers