Port details on branch 2024Q4 |
- utf8cpp Simple, portable, lightweight library for handling UTF-8 strings
- 4.0.6 devel =2 4.0.5Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2014-06-23 19:48:02
- Last Update: 2024-11-15 10:17:04
- Commit Hash: 243aee2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSL
- WWW:
- https://github.com/nemtrif/utfcpp
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/utf8cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/utf8cpp
- pkg install utf8cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: utf8cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730724824
SHA256 (nemtrif-utfcpp-v4.0.6_GH0.tar.gz) = 6920a6a5d6a04b9a89b2a89af7132f8acefd46e0c2a7b190350539e9213816c0
SIZE (nemtrif-utfcpp-v4.0.6_GH0.tar.gz) = 34153
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- audio/taglib
- cad/surelog
- devel/libantlr4
- emulators/es-de
- finance/ledger
- games/rlvm
- graphics/podofo
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_utf8cpp
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|