No subject


Tue Dec 2 04:10:01 GMT 2003


sambas own smb_libconv stuff is used. When I configure samba
with --without-libiconv I see the same messages (plus a few more
because I also use the ISO8859-15 charset).

Fortunately Samba comes with it's own UTF-8 conversion if libiconv is missing.
However it looks for "UTF8" in iconv.c whereas I named it "UTF-8" in 
charcnv.c. Now if you could change line 41 in lib/charconv.c from
	else if (ch == CH_UTF8) ret = "UTF-8";
to
	else if (ch == CH_UTF8) ret = "UTF8";
(sorry no patch) it will all work again.

...Juergen





More information about the samba-technical mailing list