[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:16:18 UTC 2020


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

--- Comment #8 from SATOH Fumiyasu <fumiyas at osstech.co.jp> ---
The U+1F6C4 (BAGGAGE CLAIM emoji, <F0><9F><9B><84> in UTF-8) is a Unicode
character and is located in surrogate pairs, but the UTF-8-MAC encoding by
macOS's iconv(3) does not support surrogate pairs.

Try to compile your rsync binary with my hacked GNU libiconv:
https://github.com/fumiyas/libiconv-utf8mac

...

Bugzilla does not support surrogate pairs...

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


More information about the rsync mailing list