# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= utf8cpp VERSION= 4.0.9 KEYWORDS= devel VARIANTS= std SDESC[std]= Portable C++ library for handling UTF-8 HOMEPAGE= https://github.com/nemtrif/utfcpp CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GITHUB/nemtrif:utfcpp:v4.0.9 DISTFILE[1]= generated:main DF_INDEX= 1 SPKGS[std]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none LICENSE= CUSTOM1:single LICENSE_NAME= CUSTOM1:"Boost Software License 1.0" LICENSE_FILE= CUSTOM1:{{WRKSRC}}/LICENSE LICENSE_SCHEME= solo FPC_EQUIVALENT= devel/utf8cpp SKIP_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/utf8cpp/ (cd ${WRKSRC}/source/ && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/utf8cpp/) [FILE:1075:descriptions/desc.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. [FILE:106:distinfo] 397a9a2a6ed5238f854f490b0177b840abc6b62571ec3e07baa0bb94d3f14d5a 35350 nemtrif-utfcpp-4.0.9.tar.gz [FILE:104:manifests/plist.single] include/utf8cpp/utf8.h include/utf8cpp/utf8/ checked.h core.h cpp11.h cpp17.h cpp20.h unchecked.h