Utfcpp Versions Save

UTF-8 with C++ in a Portable Way

v4.0.5

4 months ago

More CMake fixes...

v4.0.4

5 months ago

More CMake contributions and official deprecation of CMake support.

v4.0.3

5 months ago

A minor release that fixes an issue with CMakeLists.txt: #115

v4.0.2

6 months ago

A minor release that contains a fix for CMakeList.txt by @ufleisch

v4.0.1

6 months ago

Fix for #111 - broken utf8::unchecked::utf16to8()

v4.0.0

6 months ago

This is a major release that includes the following new features:

  • Utf16 strings codepoint iteration and appending: #91 (special thanks to @ceztko)
  • Support for u8string (thanks to @XCI9)
  • find_invalid and is_valid for C-style strings

There was also a complete overhaul of the CMake build system - testing is now not included in the main CMakeList.txt file and is not a part of the "build".

v3.2.5

7 months ago

Fix for #78 . Documentation updates. More CMake contributions.

Note that this release contains a bug described in #111 . If you use unchecked namespace, please avoid it.

v3.2.4

9 months ago

Minor CMake improvements.

v3.2.3

1 year ago

A minor release that includes a fix for https://github.com/nemtrif/utfcpp/issues/92: Clang 10 Compiler warnings and build system improvements by @Finkman

v3.2.2

1 year ago

Release 3.2.1. Minor changes that eliminate some conversion warnings in some cases.