Matthias Drochner
Tue, 01 Dec 2009 04:23:14 -0800
Here is a patch which removes the GNU iconv dependency from obexapp. I've successfully tested it by sending vcards with strange names; the resulting files were identical. The relevant changes are: -just use the result of nl_langinfo(CODESET) as input of iconv_open(3), this is more robust than trying to interpret the locale string -remove iconvctl(ICONV_SET_DISCARD_ILSEQ) -- BSD doesn't have this and it should be unneeded because it only compensates for some non-standard behaviour of GNU iconv. (The bsdxml->expat part is unrelated.)
best regards Matthias _______________________________________________ freebsd-bluetooth@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscr...@freebsd.org"