fixed non-const wxString iterators to work when a character is changed to another...
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 15 May 2007 13:16:01 +0000 (13:16 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 15 May 2007 13:16:01 +0000 (13:16 +0000)
commitb0c4d5d79272961d6b3f4037454737ee055e94e7
treefb9fb4b421c1c3316079879d97e1cfd85815dd9f
parent549b95b3de1918b84539495310638dd50a249dfe
fixed non-const wxString iterators to work when a character is changed to another with different UTF-8 sequence length

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h
include/wx/unichar.h
src/common/unichar.cpp
tests/strings/unicode.cpp