digitalmars.D - std.windows.syserror.sysErrorString() failed on DBCS platforms
- Shawn Liu (5/5) Dec 23 2005 std.windows.syserror.sysErrorString()
- Chris Lajoie (4/13) Dec 23 2005 You should probably post this to the bugs NG. Not that it will help when...
std.windows.syserror.sysErrorString() will fail on Chinese/Japanesse/Korea and other DBCS (Double-byte character set) platforms. std.windows.charset.fromMBSz() need to be invoked before return. - Shawn
Dec 23 2005
std.windows.syserror.sysErrorString() will fail on Chinese/Japanesse/Korea and other DBCS (Double-byte character set) platforms. std.windows.charset.fromMBSz() need to be invoked before return. - ShawnYou should probably post this to the bugs NG. Not that it will help when it gets burried under hundreds of other posts. Doesn't D need a *real* bug database? just a thought... Chris
Dec 23 2005