Corrected statements about wxString correctly handling
authorMattia Barbon <mbarbon@cpan.org>
Mon, 1 Sep 2003 20:20:21 +0000 (20:20 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 1 Sep 2003 20:20:21 +0000 (20:20 +0000)
commite21011866e9a89b5abda727f80e666ed2d7041c7
treed7f1d988c1f2a1a87c018f7a22dbe01cc14b8b19
parent78d774068b6a65c06d4e3c98b098ce9daa1da3b8
  Corrected statements about wxString correctly handling
embedded '\0' characters.
  Fixed various wxString::*find* methods (patch by Robert Vazan),
plus added missing overloaded variants of find_first/last_(not_)of.
Added more tests in console sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/tstring.tex
docs/latex/wx/wxstring.tex
include/wx/string.h
samples/console/console.cpp
src/common/string.cpp