./textproc/utf8-cpp, UTF-8 header library for C++

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.0.5, Package name: utf8-cpp-4.0.5, Maintainer: prlw1

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.


Master sites:

Filesize: 33.339 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-01 10:08:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
utf8-cpp: updated to 4.0.5

Release 4.0.5
More CMake fixes
   2023-12-10 19:28:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
utf8-cpp: updated to 4.0.4

Release 4.0.4

More CMake contributions and official deprecation of CMake support.
   2023-12-05 19:10:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
utf8-cpp: updated to 4.0.3

Release 4.0.3

A minor release that fixes an issue with CMakeLists.txt
   2023-11-06 10:31:15 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
utf8-cpp: updated to 4.0.2

4.0.2

A minor release that contains a fix for CMakeList.txt
   2023-11-01 21:08:03 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
utf8-cpp: updated to 4.0.1

Release 4.0.1

Fix for broken utf8::unchecked::utf16to8()
   2023-09-27 11:41:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
utf8-cpp: updated to 3.2.5

3.2.5
Documentation updates. More CMake contributions.
   2023-08-13 12:31:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
utf8-cpp: updated to 3.2.4

3.2.4

Minor CMake improvements.
   2022-12-31 23:00:17 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
utf8-cpp: updated to 3.2.3

3.2.3
A minor release that includes a fix for \ 
https://github.com/nemtrif/utfcpp/issues/92[: Clang 10 Compiler \ 
warnings](e3e57c8) and build system improvements