DO NOT REPLY [Bug 2790] Add support for converting filenames into different encodings

samba-bugs at samba.org samba-bugs at samba.org
Fri Feb 16 11:39:39 GMT 2007


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


knu at idaemons.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |knu at idaemons.org




------- Comment #8 from knu at idaemons.org  2007-02-16 05:39 MST -------
For platforms where libiconv functions are prefixed with `libiconv_' instead of
`iconv_', HAVE_ICONV_OPEN is undefined while HAVE_ICONV and the build fails.

I think `#include <iconv.h>' should be added to iconv_open() detection or
HAVE_LIBICONV_OPEN should be added and or'd with HAVE_ICONV_OPEN.

I hit the problem on OS X, worked it around simply by adding `#define
HAVE_ICONV_OPEN 1' to config.h, and finally transfer between FreeBSD and OS X
worked like a charm.

Thanks for the work!
I'd really like to see this included in near future.

Regards,


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list