use UTF8-encoded char* strings in UTF8 build instead of wchar_t* if the current local...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 26 Apr 2007 11:40:04 +0000 (11:40 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 26 Apr 2007 11:40:04 +0000 (11:40 +0000)
commit2523e9b70044baa92a1c63ffdfe179c28ad53536
tree6df2eb0ae17bcfc855798242d72c39e13ed0b1c9
parent210bb741b94a7a4a015de730017c3576afe7a8f1
use UTF8-encoded char* strings in UTF8 build instead of wchar_t* if the current locale uses UTF8;
fall back to widechar CRT functions in the locale is not UTF8

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
include/wx/generic/dcpsg.h
include/wx/log.h
include/wx/mimetype.h
include/wx/msgout.h
include/wx/string.h
include/wx/stringimpl.h
include/wx/stringops.h
include/wx/strvararg.h
include/wx/wx.h
include/wx/wxcrtvararg.h
src/common/filesys.cpp
src/common/fmapbase.cpp
src/common/ftp.cpp
src/common/http.cpp
src/common/log.cpp
src/common/mimecmn.cpp
src/common/msgout.cpp
src/common/string.cpp
src/common/stringimpl.cpp
src/common/strvararg.cpp
src/common/wxcrt.cpp
src/common/wxprintf.cpp
src/generic/logg.cpp