]> git.saurik.com Git - wxWidgets.git/commit
handle embedded NULs correctly in wxString::CmpNoCase() in all builds and not just...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Apr 2009 16:56:11 +0000 (16:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Apr 2009 16:56:11 +0000 (16:56 +0000)
commit825d69c1ef1ece21bfca0d261aecd429a650f90f
tree96b94d1b69c631940665803654e0636ec1bd4070
parente992b97f1b27659b21fc33952d90010bcf829fd2
handle embedded NULs correctly in wxString::CmpNoCase() in all builds and not just UTF-8 one; incidentally improve its performance under Windows (see #10375)

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