Hi, as of 1.3.7-DEVELOPMENT, the char-oriented printf() functions lack the %ls and %lc conversions required by POSIX. This might be easy to fix since the wchar_t-oriented equivalents in vfwprintf.c do have code for them. Gunnar