CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2016/08/12 03:20:01

Log message:
    import utfcpp-2.3.4
    
    "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."
    
    from maintainer Sergey Bronnikov
    ok sthen@
    
    Status:
    
    Vendor Tag: jasper
    Release Tags:       jasper_20161208
    
    N ports/devel/utfcpp/Makefile
    N ports/devel/utfcpp/distinfo
    N ports/devel/utfcpp/pkg/DESCR
    N ports/devel/utfcpp/pkg/PLIST
    
    No conflicts created by this import

Reply via email to