In-Reply-To: <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Lars Gullik =?iso-8859-1?q?Bj=F8nnes?=) wrote:
> are there wide string/char support in FreeBSD at all? Yes. The rune_t concept is a far much superior implementation of the 32 bit width character support in libc than the traditional wchar_t concept. So I guess (I don't have access to FreeBSD at the moment) C++ wrapper is only missing: #include <wchar.h> instead of #include <cwchar> Regards, SMiyata