]> git.saurik.com Git - wxWidgets.git/commit - include/wx/log.h
initial version of UTF-8 strings representation (still converting to wchar_t* a lot...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 12 Apr 2007 21:15:07 +0000 (21:15 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 12 Apr 2007 21:15:07 +0000 (21:15 +0000)
commit817270659e986de1b243586d8eb6ad3a76c87480
tree76ae1576f1fff6b1e4cc67d099f746c8792cb86b
parent5b077ec744c49b77a9efdb050556e361c0865bb7
initial version of UTF-8 strings representation (still converting to wchar_t* a lot); it has to be explicitly enabled with --enable-utf8 for now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
configure
configure.in
include/wx/buffer.h
include/wx/chartype.h
include/wx/list.h
include/wx/log.h
include/wx/string.h
include/wx/stringimpl.h
include/wx/strvararg.h
include/wx/unichar.h
setup.h.in
src/common/list.cpp
src/common/log.cpp
src/common/string.cpp
src/common/stringimpl.cpp
src/common/strvararg.cpp
src/common/unichar.cpp
src/common/uri.cpp