fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundar...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 May 2007 14:11:06 +0000 (14:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 May 2007 14:11:06 +0000 (14:11 +0000)
commit2c17722ec8a15d93ef9ec4a4ff390a0db9a34d9d
tree2075a9bc4ee235254178ddf98867fd367f8f0ab0
parent8736cc485b94318d9c5d1e4bb443f16de9b8c9b4
fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundary between UTF-8 characters (closes bug 1701426)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/sstream.h
src/common/sstream.cpp