Provide localization and Unicode handling tools for C++
Part of the Boost C++ Libraries.
Boost.Locale is a library that provides high quality localization facilities in a C++ way. It was originally designed a part of CppCMS - a C++ Web Framework project and then contributed to Boost.
Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to users in their language.
Provided Features:
- Correct case conversion, case folding and normalization.
- Collation (sorting), including support for 4 Unicode collation levels.
- Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian.
- Boundary analysis for characters, words, sentences and line-breaks.
- Number formatting, spelling and parsing.
- Monetary formatting and parsing.
- Powerful message formatting (string translation) including support for plural forms, using GNU catalogs.
- Character set conversion.
- Transparent support for 8-bit character sets like Latin1
- Support for
char
andwchar_t
- Experimental support for C++11
char16_t
andchar32_t
strings and streams.
... More
version | 1.81.0+1 |
---|---|
license | BSL-1.0Boost Software License 1.0 |
repository | https://pkg.cppget.org/1/legacy |
download | libboost-locale-1.81.0+1.tar.gz |
sha256 | 0a194bbfb604a7096e84cbe9ffefda180f031c0cb9da8a446d7f9c6984614db8 |
project | boost |
---|---|
url | github.com/boostorg/locale |
doc-url | www.boost.org/doc/libs/1_81_0/libs/locale |
package-url | github.com/build2-packaging/boost |
boost-users@lists.boost.orgMailing list | |
package-email | packaging@build2.orgMailing list |
topics | C++Boost |
Depends (8)
libboost-core == 1.81.0 | |
libboost-predef == 1.81.0 | |
libboost-thread == 1.81.0 | |
libicuuc ^65.1.0 | |
libicui18n ^65.1.0 | |
libboost-assert == 1.81.0 | |
libboost-config == 1.81.0 | |
libboost-iterator == 1.81.0 |
Reviews
fail | 0 |
---|---|
pass | 1 |