On Sat, Apr 27, 2019 at 08:33:05PM +0200, Samuel Thibault wrote: > BSD needs a few fixes for wide character manipulations. > > Difference with v1: > - Fix unitialized value in error message > > Difference with v2: > - Add cchar_t manipulation fix > > Difference with v3: > - use mbrtowc/wcrtomb instead of mbtowc/wctomb > - use MB_LEN_MAX instead of MB_CUR_MAX to avoid using a VLA.
Added to ui queue. thanks, Gerd