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

Wayne Davison <wa...@opencoder.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Wayne Davison <wa...@opencoder.net> ---
Macs use a weird utf-8-mac encoding that you need to make sure you're
specifying. If the iconv library complains about the encoding, then either the
encoding name is wrong or you have an invalid file that isn't named with the
specified encoding.

So, if you're running rsync on a mac and copying to/from a linux host, you
should be able to specify:

--iconv=utf-8-mac,utf-8

to specify the local & remote charset.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to