Hi, > > /me wonders whenever we should do the same with iconv. It's part of the > > POSIX.1-2001 specs, and we have 2016 now. Do we *really* need configure > > checks and #ifdefs for it? > > I would only say that libiconv is not always installed by default on BSD > systems for instance.
Hmm, maybe keep the check but disable curses altogether in case iconv isn't there, so we can at least avoid the #ifdefs? > You mean patches 1-3? Patch 5 would be very useful too to fix typing accented > letters, and it doesn't depend on patch 4. Ok, then I'll go pick #5 too. cheers, Gerd
