Reopening SWT bug 141282
I spent several hours to locate a SWT problem with DND and special characters in path on OSX. The hard part was that strings were are correctly displayed by SWT and work with the file API. But if you try to compare or check equality of this string with another one, it always fails because a special char uses 2 chars instead of one. This is only an encoding problem, but not easy to find.
See Bug 141282 on Eclipse
and Bug 97 on ShareMedia bugtracker






