icubaby 1.2.0

icubaby is a C++ Library to Immediately Convert Unicode. It is a portable, header-only, dependency-free library for C++ 17 or later. Fast, minimal, and easy to use for converting sequences of text between any of the Unicode UTF encodings. Simple to use and exceptionally simple to integrate into a project, it does not allocate dynamic memory and neither throws or catches exceptions.

Tags c++ developers library unicode
License MITL
State stable

Recent Releases

1.2.016 Apr 2024 10:31 minor feature: - Fix for a compilation error when composing a range adaptor such as std::views::transform() - Improved the documentation s examples by limiting the line length to better match the documentation width.