https://bugzilla.redhat.com/show_bug.cgi?id=1902434 Bug ID: 1902434 Summary: Review Request: utfcpp - Portable C++ UTF-8 string library Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: loganjerry@xxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Spec URL: https://jjames.fedorapeople.org/utfcpp/utfcpp.spec SRPM URL: https://jjames.fedorapeople.org/utfcpp/utfcpp-3.1.2-1.fc34.src.rpm Fedora Account System Username: jjames Description: C++ developers do not have 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 at the core language and library levels: 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. This is a small, C++98-compatible generic library to make it easy to handle UTF-8 encoded Unicode strings. For anybody used to working with STL algorithms and iterators, it should be easy and natural to use. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx