[Bug 14401] unicode character conversion problem from MacOS to Linux despite iconv

samba-bugs at samba.org samba-bugs at samba.org
Fri Jun 5 06:26:17 UTC 2020


https://bugzilla.samba.org/show_bug.cgi?id=14401

--- Comment #9 from Wayne Davison <wayne at opencoder.net> ---
One other thing you could do when sending files to Linux is to not translate
the names. This is because Linux can create a filename with oddball character
sequences (unlike macos) so it can store and retrieve the raw filenames just
fine for something like backup and restore. It would just cause various names
to display with "?" chars when listed on Linux, or displayed with escape
sequences when listed with `ls -b`:

\360\237\233\204\ Danke!\ Ihre\ Buchung\ ist\ bestätigt:\ Dolly\ Waikiki.eml

In any case, this sounds like an iconv issue, not an rsync issue.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the rsync mailing list