Release 2.2.4

git-svn-id: http://svn.code.sf.net/p/utfcpp/code@106 a809a056-fc17-0410-9590-b4f493f8b08e
This commit is contained in:
ntrifunovic 2009-10-31 16:14:51 +00:00 committed by King_DuckZ
parent 85d925e1ab
commit 4878ddc7e5

View file

@ -1,10 +1,9 @@
utf8 cpp library
Release 2.2.3
Release 2.2.4
This is a bug fix release that improves converting from utf-16 to utf-8 error detection.
This is a minor bug fix release that improves converting from utf-16 to utf-8 error detection.
Changes from version 2.2.2
- Bug fix [2852872] invalid utf16 strings were parsed without any error
- Bug fix [2857456] redundant checks in append in checked.h
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