
14 Dec
2010
14 Dec
'10
5:19 p.m.
Is that Unicode support integrated or do you rely on a separate Unicode library? If it came to a Boost submission, I believe separating this from your library would be a prerogative.
Ok... it seems that I didn't understand your questions, so ignore my previous answer. The only "Unicode Library" feature I use is the conversion between UTF-16 and UTF-8. So I just borrowed some code from boost.locale for simplicity, and it is about 100 lines of code so I don't think I should bother. Artyom