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

2020-06-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 Wayne Davison changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REOPENED

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

2020-06-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 --- Comment #10 from Tormen --- Thank you very much ! for your comments. I agree that the problem I pointed out would be then a limitation of iconv. The comment about not converting was really helpful. I was not sure about leaving the --conv

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

2020-06-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 --- Comment #9 from Wayne Davison --- 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

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

2020-06-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 --- Comment #8 from SATOH Fumiyasu --- The U+1F6C4 (BAGGAGE CLAIM emoji, <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

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

2020-06-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 --- Comment #7 from SATOH Fumiyasu --- The ` -- 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:

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

2020-06-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 Tormen changed: What|Removed |Added Attachment #16018|File breaking the rsync |File breaking the rsync

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

2020-06-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 --- Comment #6 from Tormen --- Created attachment 16020 --> https://bugzilla.samba.org/attachment.cgi?id=16020=edit File breaking the rsync --iconv=utf-8-mac,utf-8 -- in Finder -- You are receiving this mail because: You are the QA Contact for

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

2020-06-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 --- Comment #5 from Tormen --- > 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. How can I "zoom in" here to verify if the

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

2020-06-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 --- Comment #4 from Tormen --- Created attachment 16019 --> https://bugzilla.samba.org/attachment.cgi?id=16019=edit File breaking the rsync --iconv=utf-8-mac,utf-8 -- You are receiving this mail because: You are the QA Contact for the bug. --

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

2020-06-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 Tormen changed: What|Removed |Added Resolution|WORKSFORME |--- Status|RESOLVED

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

2020-06-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 --- Comment #3 from Tormen --- Created attachment 16018 --> https://bugzilla.samba.org/attachment.cgi?id=16018=edit File breaking the rsync --iconv=utf-8-mac,utf-8 -- You are receiving this mail because: You are the QA Contact for the bug. --

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

2020-06-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 --- Comment #2 from Tormen --- Hi @wayne. I only now noticed that my comment got truncated at the "ls" part. I had provided afterwards also the rsync command used: '/usr/local/bin/rsync' -e 'ssh -p 53146 -o StrictHostKeyChecking=no -o

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

2020-06-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14401 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---