Hi, Yoann Vandoorselaere wrote: > mbchar.h make direct use of the iswcntrl function which is not available > on some system. I made a patch using the same workaround as is done in > mbswidth.c, although I'm not sure this is valid.
Just for info: Which system is this which has a <wchar.h> and a <wctype.h> header file but no iswcntrl function? The isw* functions are the main contents of <wctype.h>. I don't expect a system to have <wctype.h> but lack the functions. Bruno