In strconv.h, in the function strconv_t::w2a, WideCharToMultiByte is called
once with CP_UTF8 and once with CP_ACP. It should probably read CP_ACP in both
cases.
REMARK: the only effect this has is that the buffer allocated my be too large.
So it is more a cosmetic issue than a bug
Original issue reported on code.google.com by asch...@gwdg.de on 9 Jul 2011 at 3:07
Original issue reported on code.google.com by
asch...@gwdg.de
on 9 Jul 2011 at 3:07