December 31, 2005
std.windows.syserror.sysErrorString()

will fail on Chinese/Japanesse/Korea and other MBCS (Multiple-byte character set) platforms.

std.windows.charset.fromMBSz() need to be invoked before return to convert result to UTF8 format.