textproc/utf8-cpp - The NetBSD Packages Collection

UTF-8 header library for C++

UTF8-CPP: UTF-8 with C++ in a Portable Way

Many 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 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 at the beginning of
the utf8.h file. If you run into bugs or performance issues, please let
me know and I'll do my best to address them.

Build dependencies

devel/cmake pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64utf8-cpp-4.0.4.tgz
NetBSD 10.0aarch64utf8-cpp-3.2.3.tgz
NetBSD 10.0aarch64utf8-cpp-3.2.4.tgz
NetBSD 10.0aarch64ebutf8-cpp-3.2.4.tgz
NetBSD 10.0aarch64ebutf8-cpp-4.0.4.tgz
NetBSD 10.0alphautf8-cpp-4.0.4.tgz
NetBSD 10.0earmv4utf8-cpp-3.2.4.tgz
NetBSD 10.0earmv4utf8-cpp-4.0.4.tgz
NetBSD 10.0earmv4utf8-cpp-3.2.3.tgz
NetBSD 10.0earmv6hfutf8-cpp-4.0.4.tgz
NetBSD 10.0earmv6hfutf8-cpp-3.2.3.tgz
NetBSD 10.0earmv6hfutf8-cpp-3.2.4.tgz
NetBSD 10.0earmv7hfutf8-cpp-4.0.4.tgz
NetBSD 10.0earmv7hfutf8-cpp-3.2.3.tgz
NetBSD 10.0earmv7hfutf8-cpp-3.2.4.tgz
NetBSD 10.0i386utf8-cpp-4.0.4.tgz
NetBSD 10.0i386utf8-cpp-3.2.4.tgz
NetBSD 10.0powerpcutf8-cpp-3.2.4.tgz
NetBSD 10.0sparcutf8-cpp-4.0.4.tgz
NetBSD 10.0vaxutf8-cpp-3.2.4.tgz
NetBSD 10.0vaxutf8-cpp-4.0.4.tgz
NetBSD 10.0x86_64utf8-cpp-4.0.4.tgz
NetBSD 10.0_BETAx86_64utf8-cpp-3.2.4.tgz
NetBSD 8.0i386utf8-cpp-3.2.4.tgz
NetBSD 8.0i386utf8-cpp-3.2.3.tgz
NetBSD 8.0powerpcutf8-cpp-3.2.3.tgz
NetBSD 8.0powerpcutf8-cpp-4.0.4.tgz
NetBSD 8.0powerpcutf8-cpp-3.2.4.tgz
NetBSD 8.0x86_64utf8-cpp-3.2.4.tgz
NetBSD 8.0x86_64utf8-cpp-3.2.3.tgz
NetBSD 8.0x86_64utf8-cpp-4.0.4.tgz
NetBSD 9.0aarch64utf8-cpp-4.0.4.tgz
NetBSD 9.0aarch64utf8-cpp-3.2.3.tgz
NetBSD 9.0aarch64utf8-cpp-3.2.4.tgz
NetBSD 9.0alphautf8-cpp-3.2.3.tgz
NetBSD 9.0alphautf8-cpp-4.0.4.tgz
NetBSD 9.0earmutf8-cpp-3.2.3.tgz
NetBSD 9.0earmv4utf8-cpp-3.2.4.tgz
NetBSD 9.0earmv4utf8-cpp-4.0.4.tgz
NetBSD 9.0earmv6hfutf8-cpp-4.0.4.tgz
NetBSD 9.0earmv6hfutf8-cpp-3.2.3.tgz
NetBSD 9.0earmv6hfutf8-cpp-3.2.4.tgz
NetBSD 9.0earmv7hfutf8-cpp-4.0.4.tgz
NetBSD 9.0earmv7hfutf8-cpp-3.2.3.tgz
NetBSD 9.0earmv7hfutf8-cpp-3.2.4.tgz
NetBSD 9.0i386utf8-cpp-3.2.4.tgz
NetBSD 9.0i386utf8-cpp-4.0.4.tgz
NetBSD 9.0m68kutf8-cpp-3.2.3.tgz
NetBSD 9.0mips64ebutf8-cpp-3.2.3.tgz
NetBSD 9.0mipselutf8-cpp-3.2.3.tgz
NetBSD 9.0powerpcutf8-cpp-3.2.4.tgz
NetBSD 9.0powerpcutf8-cpp-3.2.3.tgz
NetBSD 9.0powerpcutf8-cpp-3.2.3.tgz
NetBSD 9.0powerpcutf8-cpp-4.0.4.tgz
NetBSD 9.0sh3elutf8-cpp-3.2.4.tgz
NetBSD 9.0sparc64utf8-cpp-3.2.3.tgz
NetBSD 9.0sparcutf8-cpp-3.2.3.tgz
NetBSD 9.0sparcutf8-cpp-3.2.4.tgz
NetBSD 9.0vaxutf8-cpp-3.2.4.tgz
NetBSD 9.0vaxutf8-cpp-4.0.4.tgz
NetBSD 9.0x86_64utf8-cpp-4.0.4.tgz
NetBSD 9.0x86_64utf8-cpp-3.2.4.tgz
NetBSD 9.3x86_64utf8-cpp-3.2.3.tgz
NetBSD 9.3x86_64utf8-cpp-4.0.4.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.