utf8cpp
Port variant standard
Summary Portable C++ library for handling UTF-8
Package version 4.0.5
Homepage https://github.com/nemtrif/utfcpp
Keywords devel
Maintainer nobody
License Boost Software License 1.0
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 03 FEB 2024, 05:27:22 UTC
Port created 03 FEB 2024, 05:27:22 UTC
Subpackage Descriptions
single C++ developers miss an easy and portable way of handling Unicode encoded strings. The original C++ Standard (known as C++98 or C++03) is Unicode agnostic. C++11 provides some support for Unicode on core language and library level: u8, u, and U character and string literals, char16_t and char32_t character types, u16string and u32string library classes, and codecvt support for conversions between Unicode encoding forms. In the meantime, developers use third party libraries like ICU, OS specific capabilities, or simply roll out their own solutions. In order to easily handle UTF-8 encoded Unicode strings, I came up with a small, C++98 compatible generic library. For anybody used to work with STL algorithms and iterators, it should be easy and natural to use. The code is freely available for any purpose - check out the license. The library has been used a lot in the past ten years both in commercial and open-source projects and is considered feature-complete now. If you run into bugs or performance issues, please let me know and I'll do my best to address them.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
This package has no dependency requirements of any kind.
Download groups
main mirror://GITHUB/nemtrif:utfcpp:v4.0.5
Distribution File Information
ffc668a310e77607d393f3c18b32715f223da1eac4c4d6e0579a11df8e6b59cf 34139 nemtrif-utfcpp-4.0.5.tar.gz
Ports that require utf8cpp:standard
taglib:standard Library for reading and editing audio meta data