Source: utfcpp-dmo
Section: libdevel
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://github.com/nemtrif/utfcpp
Standards-Version: 4.7.4
Build-Depends: debhelper-compat (= 14), dh-sequence-single-binary, cmake,

Package: libutf8cpp-dev
Architecture: all
Multi-Arch: foreign
Description: UTF-8 with C++ in a Portable Way
 C++ developers still 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. Some progress has been made in the later editions of the
 standard, but it is still hard to work with Unicode using only the standard
 facilities.
 .
 I came up with a small, C++98 compatible generic library in order to handle
 UTF-8 encoded strings. 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 since the first release in 2006 both in commercial and
 open-source projects and proved to be stable and useful.
