Library for dealing with Unicode
Hi all, I am looking for a library to help deal with locale in a "cross-platform" manner -- something like iconv but for cross-platform. After some searching, I've come across Boost.Locale, but it looks like it hasn't been released yet. Does anyone know when it will be accepted? Or, is there an alternative I can use? Thanks, J
ICU appears to be the dominate library for Unicode. boost provides an option to use its implementation for regular expressions. It's an open source library supported by IBM. You can find out more at http://site.icu-project.org/home. -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Jonathon Sent: Wednesday, September 28, 2011 10:51 AM To: Boost-users@lists.boost.org Subject: [Boost-users] Library for dealing with Unicode Hi all, I am looking for a library to help deal with locale in a "cross-platform" manner -- something like iconv but for cross-platform. After some searching, I've come across Boost.Locale, but it looks like it hasn't been released yet. Does anyone know when it will be accepted? Or, is there an alternative I can use? Thanks, J _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
On Fri, Sep 30, 2011 at 15:49, Phil Ratzloff
ICU appears to be the dominate library for Unicode. boost provides an option to use its implementation for regular expressions. It's an open source library supported by IBM. You can find out more at http://site.icu-project.org/home.
AfAIK, the default backend of boost.locale rely on ICU. Joël Lamotte
participants (3)
-
Jonathon
-
Klaim - Joël Lamotte
-
Phil Ratzloff