]> git.saurik.com Git - wxWidgets.git/commit
fix After{First,Last}() to work for strings with non-ASCII characters in UTF-8 build...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Sep 2008 12:08:44 +0000 (12:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Sep 2008 12:08:44 +0000 (12:08 +0000)
commitc565abe1c595587ff98fcc6c29537883df0defa4
treec64b6e3c56de8a458fb2409d342f269a76473a8a
parentb74134f61dbdcbe949f5bc522966e9f9f8b7b81f
fix After{First,Last}() to work for strings with non-ASCII characters in UTF-8 build and added unit tests for this

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