13 Dec
2010
13 Dec
'10
3:33 a.m.
Sean Farrow
Hi: I am working on windows and writng programs that use Unicode characters. Does boost.test support Unicode in it’s main function and it’s logging output. Regards Sean.
1. You can use your own main function with Boost.Test if necessary. 2. Boost.Test uses std::ostream for log output. If you can hide behind this interface (implementing your own log stream for example), you can probably get what you need. Gennadiy