From 6653539a5e81bd6cc6fd74098b09e5ea348b3990 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Thu, 21 Jan 2010 21:41:21 +0300 Subject: [PATCH] [9231] Update used utf8 cpp library version up to 2.2.4 --- dep/include/utf8cpp/doc/ReleaseNotes | 8 +- dep/include/utf8cpp/doc/utf8cpp.html | 111 +++++++--- dep/include/utf8cpp/utf8/checked.h | 61 +++--- dep/include/utf8cpp/utf8/core.h | 298 +++++++++++++++++---------- dep/include/utf8cpp/utf8/unchecked.h | 8 +- src/shared/revision_nr.h | 2 +- 6 files changed, 311 insertions(+), 177 deletions(-) diff --git a/dep/include/utf8cpp/doc/ReleaseNotes b/dep/include/utf8cpp/doc/ReleaseNotes index 8541c7a60..857a72b75 100644 --- a/dep/include/utf8cpp/doc/ReleaseNotes +++ b/dep/include/utf8cpp/doc/ReleaseNotes @@ -1,9 +1,9 @@ utf8 cpp library -Release 2.1 +Release 2.2.4 -This is a minor feature release - added the function peek_next. +This is a minor bug fix release that improves converting from utf-16 to utf-8 error detection. -Changes from version 2.o -- Implemented feature request [ 1770746 ] "Provide a const version of next() (some sort of a peek() ) +Changes from version 2.2.3 +- Bug fix [2857454] dereference invalid iterator when lead surrogate was last element of the string. 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 4ad7e1002..069c2be52 100644 --- a/dep/include/utf8cpp/doc/utf8cpp.html +++ b/dep/include/utf8cpp/doc/utf8cpp.html @@ -57,6 +57,16 @@
  • Examples of Use +