16 Nov
2007
16 Nov
'07
4:49 p.m.
Tomaz Solc wrote:
Changing:
setlocale(LC_ALL, "en_US.utf8");
to:
std::locale en("en_US.utf8"); std::locale::global(en);
fixed the problem. Thanks.
OK good.
It's probably a bit late to fix this for 1.35, but will you please open a Track issue at svn.boost.org so I don't forget about this?
I opened ticket #1446
Thanks, John.