wcout issue

Ben Held bheld at awrcorp.com
Mon Feb 27 22:26:31 EST 2012


Hello,

After upgrading from Python 2.6 to 3.2 in our application we noticed that after calling Py_Initialize, our output from std::wcout has extra spaces in it:

wcout << L"Just a test\n";

now prints out:

J u s t  a  t e s t

Any clue why?


Ben Held

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120228/ad49408b/attachment.html>


More information about the Python-list mailing list