{"id":20077239,"url":"https://github.com/boostorg/locale","last_synced_at":"2025-04-05T15:06:46.814Z","repository":{"id":6353202,"uuid":"7590031","full_name":"boostorg/locale","owner":"boostorg","description":"Boost.Locale","archived":false,"fork":false,"pushed_at":"2025-03-15T16:57:49.000Z","size":5121,"stargazers_count":36,"open_issues_count":12,"forks_count":73,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-03-29T14:08:24.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boostorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Flamefire"}},"created_at":"2013-01-13T15:59:33.000Z","updated_at":"2025-03-01T14:20:28.000Z","dependencies_parsed_at":"2023-10-16T06:19:52.550Z","dependency_job_id":"35bb4556-d47b-4310-8d53-7a89cbd01579","html_url":"https://github.com/boostorg/locale","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Flocale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Flocale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Flocale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Flocale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boostorg","download_url":"https://codeload.github.com/boostorg/locale/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353745,"owners_count":20925329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T15:06:41.079Z","updated_at":"2025-04-05T15:06:46.783Z","avatar_url":"https://github.com/boostorg.png","language":"C++","funding_links":["https://github.com/sponsors/Flamefire"],"categories":[],"sub_categories":[],"readme":"# Boost.Locale\n\nPart of the [Boost C++ Libraries](http://github.com/boostorg).\n\nBoost.Locale is a library that provides high quality localization facilities in a C++ way.\nIt was originally designed a part of [CppCMS](http://cppcms.sourceforge.net/) - a C++ Web Framework project and then contributed to Boost.\n\nBoost.Locale gives powerful tools for development of cross-platform localized software - the software that talks to users in their language.\n\nProvided Features:\n\n- Correct case conversion, case folding and normalization.\n- Collation (sorting), including support for 4 Unicode collation levels.\n- Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian.\n- Boundary analysis for characters, words, sentences and line-breaks.\n- Number formatting, spelling and parsing.\n- Monetary formatting and parsing.\n- Powerful message formatting (string translation) including support for plural forms, using GNU catalogs.\n- Character set conversion.\n- Transparent support for 8-bit character sets like Latin1\n- Support for `char` and `wchar_t`\n- Experimental support for C++11 `char16_t` and `char32_t` strings and streams.\n\nBoost.Locale enhances and unifies the standard library's API the way it becomes useful and convenient for development of cross-platform and \"cross-culture\" software.\n\nIn order to achieve this goal Boost.Locale uses the-state-of-the-art Unicode and Localization library: ICU - International Components for Unicode.\n\nBoost.Locale creates the natural glue between the C++ locales framework, iostreams, and the powerful ICU library.\n\nBoost.Locale provides non-ICU based localization support as well.\nIt is based on the operating system native API or on the standard C++ library support.\nSacrificing some less important features, Boost.Locale becomes less powerful but lighter and easier to deploy and use library.\n\n### License\n\nDistributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).\n\n### Properties / Requirements\n\n* C++11\n* ICU 4.8.1 or newer for full feature support.\n  ICU 50.1 is not supported, please use a newer version.\n* Formatted with clang-format, see [`tools/format_sources.sh`](https://github.com/boostorg/locale/blob/develop/tools/format_sources.sh)\n\n### Build Status\n\nBranch          | GH Actions | Appveyor | Drone | codecov.io | Deps | Docs | Tests |\n:-------------: | ---------- | -------- | ----- | ---------- | ---- | ---- | ----- |\n[`master`](https://github.com/boostorg/locale/tree/master)   | [![CI](https://github.com/boostorg/locale/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/locale/actions/workflows/ci.yml)  | [![Build status](https://ci.appveyor.com/api/projects/status/github/boostorg/locale?branch=master\u0026svg=true)](https://ci.appveyor.com/project/Flamefire/locale/branch/master)   | [![Build Status](https://drone.cpp.al/api/badges/boostorg/locale/status.svg?ref=refs/heads/master)](https://drone.cpp.al/boostorg/locale)  | [![codecov](https://codecov.io/gh/boostorg/locale/branch/master/graph/badge.svg)](https://codecov.io/gh/boostorg/locale/branch/master)   | [![Deps](https://img.shields.io/badge/deps-master-brightgreen.svg)](https://pdimov.github.io/boostdep-report/master/locale.html)   | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://www.boost.org/doc/libs/master/libs/locale/doc/html/index.html)   | [![Enter the Matrix](https://img.shields.io/badge/matrix-master-brightgreen.svg)](http://www.boost.org/development/tests/master/developer/locale.html)\n[`develop`](https://github.com/boostorg/locale/tree/develop) | [![CI](https://github.com/boostorg/locale/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/locale/actions/workflows/ci.yml) | [![Build status](https://ci.appveyor.com/api/projects/status/github/boostorg/locale?branch=develop\u0026svg=true)](https://ci.appveyor.com/project/Flamefire/locale/branch/develop) | [![Build Status](https://drone.cpp.al/api/badges/boostorg/locale/status.svg?ref=refs/heads/develop)](https://drone.cpp.al/boostorg/locale) | [![codecov](https://codecov.io/gh/boostorg/locale/branch/develop/graph/badge.svg)](https://codecov.io/gh/boostorg/locale/branch/develop) | [![Deps](https://img.shields.io/badge/deps-develop-brightgreen.svg)](https://pdimov.github.io/boostdep-report/develop/locale.html) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](https://www.boost.org/doc/libs/develop/libs/locale/doc/html/index.html) | [![Enter the Matrix](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](http://www.boost.org/development/tests/develop/developer/locale.html)\n\n### Directories\n\n| Name        | Purpose                        |\n| ----------- | ------------------------------ |\n| `doc`       | Documentation                  |\n| `examples`  | Examples                       |\n| `include`   | Headers                        |\n| `src`       | Source files                   |\n| `test`      | Unit tests                     |\n\n### More information\n\n* [Ask questions](http://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-locale)\n* [Report bugs](https://github.com/boostorg/locale/issues): Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.\n* Submit your patches as pull requests against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).\n* Discussions about the library are held on the [Boost developers mailing list](http://www.boost.org/community/groups.html#main). Be sure to read the [discussion policy](http://www.boost.org/community/policy.html) before posting and add the `[locale]` tag at the beginning of the subject line.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Flocale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboostorg%2Flocale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Flocale/lists"}