www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - std.windows.syserror.sysErrorString() failed on MBCS platform

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. 
Dec 31 2005