[boost.test] Unicode support
11 Dec
2010
11 Dec
'10
4:01 p.m.
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.
13 Dec
13 Dec
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
5085
Age (days ago)
5087
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gennadiy Rozental
-
Sean Farrow