Re: wcout issue

2012-02-28 Thread Dave Angel
On 02/27/2012 10:26 PM, Ben Held wrote: 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

wcout issue

2012-02-27 Thread Ben Held
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 -- http://mail.python.org/mailman/listinfo