]> git.saurik.com Git - wxWidgets.git/commit
added code for optimized handling of UTF-8 locales: some string operations are more...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 May 2007 11:05:04 +0000 (11:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 May 2007 11:05:04 +0000 (11:05 +0000)
commit111d99489d509bc96819877b88596474f3253859
tree1a58e92f67d21c25b91ffca1717b2fb6eac70ccd
parentd1f6e2cfe2edae646d58e94c6a6b5f010f6439f7
added code for optimized handling of UTF-8 locales: some string operations are more efficient under it and it's possible to completely compile-out support for other locales if the target system is known to only use UTF-8 locales

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
include/wx/strconv.h
include/wx/string.h
include/wx/stringops.h
setup.h.in
src/common/string.cpp
src/common/stringops.cpp
src/common/strvararg.cpp
src/common/unichar.cpp