From: Ken Hornstein Date: Wed, 21 Mar 2012 01:36:37 +0000 (-0400) Subject: It turns out that as part of POSIXification we got rid of checks for X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/bd4fca3a8a15b35a04bdc333503c901d677c12eb?ds=sidebyside;hp=bd4fca3a8a15b35a04bdc333503c901d677c12eb It turns out that as part of POSIXification we got rid of checks for wcwidth and mbtowc (because they're part of POSIX) but we didn't turn on MULTIBYTE_SUPPORT because configure was testing to see if those functions were supported ... and because the tests never ran, it always came back as not being supported. Time to bite the bullet and turn MULTIBYTE_SUPPORT on by default. ---