
14 Mar
2010
14 Mar
'10
9:58 p.m.
Artyom wrote:
Boost.Locale is a library that brings high quality localization facilities in C++ way. It provides the natural glue between C++ locales framework, iostreams and powerful ICU library
That's a very interesting wrapper of ICU. It might even kill off my Unicode library. One thing that has bugged me with std::locale is the mandatory locking incurred for trivial things like creating an output stream. How does
Mathias Gaunard wrote: this library behave with locking and the like? (I guess performance is not a prime consideration though.) Good luck with your library, Thanks and Best Regards, Matthew