Registry / utility / boost-locale

boost-locale

JSON →
library1.90.0vcpkgunverified

Boost locale module provides localization and internationalization support for C++ applications.

vcpkg install boost-locale
INSTALL
IMPORT
SIG · BOOST-LOCALE
B
boost-locale
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/locale.hpp
#include <boost/locale.hpp>

Demonstrates basic locale generation and formatting.

#include <boost/locale.hpp> #include <iostream> int main() { boost::locale::generator gen; std::locale loc = gen("en_US.UTF-8"); std::cout.imbue(loc); std::cout << 12345.67 << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

boost-locale — pip install boost-locale · libregistry