REWRITE wxStringBase::append and wxString::Replace.
authorRyan Norton <wxprojects@comcast.net>
Fri, 8 Apr 2005 22:53:27 +0000 (22:53 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 8 Apr 2005 22:53:27 +0000 (22:53 +0000)
commit510bb7480c5138dd5127ed3d8b1d9cbab39983c9
treeb7d8c3cddbfcca0b93e344a79278df1b9a1c6bc3
parente47b49b2a0cd02a57cd4b47362d4c08c037236cb
REWRITE wxStringBase::append and wxString::Replace.
This had to be done because they did not take into account null characters.
([ 1179490 ] wxString::Replace() truncates strings containing null bytes) notified me of this.
Please test and let me know of any problems!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/string.cpp