It turns out that as part of POSIXification we got rid of checks for
authorKen Hornstein <kenh@pobox.com>
Wed, 21 Mar 2012 01:36:37 +0000 (21:36 -0400)
committerKen Hornstein <kenh@pobox.com>
Wed, 21 Mar 2012 01:36:37 +0000 (21:36 -0400)
commitbd4fca3a8a15b35a04bdc333503c901d677c12eb
tree9f1c9ff35350596c357fe657d174ac6bf1a27d3d
parent5f531c1fc79b88bb0d1dd5ec15f03342b0a3ffd5
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.
configure.ac
sbr/fmt_scan.c
uip/scansbr.c