On Feb 28, 2014, at 12:24 PM, Ken Hornstein <kenh(_at_)pobox(_dot_)com> wrote:
Fair enough ... but iconv() is part of POSIX, so assuming that it's available is reasonable (if you don't have iconv(), we basically give up in terms of handling different character sets).
Sadly, iconv() in practice is a nightmare. The versions shipped with base OS systems vs. how applications expect to see the gnu-ized version(s) makes it impossible to keep a clean build environment in the face of the two. (I just spent two days fighting this battle porting code to FreeBSD.) Sucking in a POSIX-compliant iconv lets us be consistent everywhere. And if ours is tightly POSIX compliant, we are no more wrong than anyone else. --lyndon
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ Nmh-workers mailing list Nmh-workers(_at_)nongnu(_dot_)org https://lists.nongnu.org/mailman/listinfo/nmh-workers
| Previous by Date: | Re: [Nmh-workers] General question - unsupported charset conversion, Lyndon Nerenberg |
|---|---|
| Next by Date: | Re: [Nmh-workers] General question - unsupported charset conversion, Ken Hornstein |
| Previous by Thread: | Re: [Nmh-workers] General question - unsupported charset conversion, Ken Hornstein |
| Next by Thread: | Re: [Nmh-workers] General question - unsupported charset conversion, Aleksander Matuszak |
| Indexes: | [Date] [Thread] [Top] [All Lists] |