1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd .. (they are just stubs and...
authorRyan Norton <wxprojects@comcast.net>
Thu, 7 Oct 2004 22:28:57 +0000 (22:28 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 7 Oct 2004 22:28:57 +0000 (22:28 +0000)
commit265d5cce058d11f3297d73b733e578ac2ad0dbe2
tree4ea350d65bf396665d1e857f0faeaba0255721b1
parentfeb571a4bfb11d5ad6bc5a6b09437f8c4b6362c3
1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd ..  (they are just stubs and return 0 - we need our own, even in ANSIcd ..!)\n2.Finalize the null character changes in wxString - change mb_str and wc_str to not stop at null characters\n3.Add unit tests for the above

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