diff --git a/dep/include/utf8cpp/doc/ReleaseNotes b/dep/include/utf8cpp/doc/ReleaseNotes index 857a72b756..364411a23d 100644 --- a/dep/include/utf8cpp/doc/ReleaseNotes +++ b/dep/include/utf8cpp/doc/ReleaseNotes @@ -1,9 +1,12 @@ utf8 cpp library -Release 2.2.4 +Release 2.3.4 -This is a minor bug fix release that improves converting from utf-16 to utf-8 error detection. +A minor bug fix release. Thanks to all who reported bugs. -Changes from version 2.2.3 -- Bug fix [2857454] dereference invalid iterator when lead surrogate was last element of the string. +Note: Version 2.3.3 contained a regression, and therefore was removed. + +Changes from version 2.3.2 +- Bug fix [39]: checked.h Line 273 and unchecked.h Line 182 have an extra ';' +- Bug fix [36]: replace_invalid() only works with back_inserter Files included in the release: utf8.h, core.h, checked.h, unchecked.h, utf8cpp.html, ReleaseNotes diff --git a/dep/include/utf8cpp/doc/utf8cpp.html b/dep/include/utf8cpp/doc/utf8cpp.html index 069c2be521..6f2aacbe7b 100644 --- a/dep/include/utf8cpp/doc/utf8cpp.html +++ b/dep/include/utf8cpp/doc/utf8cpp.html @@ -67,7 +67,7 @@

  • Ensure that a string contains valid UTF-8 text
  • - +
  • Reference