implemented UTF-16/32 using To/FromWChar() instead of MB2WC/WC2MB for sizeof(wchar_t...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Apr 2006 23:04:10 +0000 (23:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 5 Apr 2006 23:04:10 +0000 (23:04 +0000)
commit35d11700a5c88842e01e426a53d25ce1a3ecdffd
tree02d5feaad5a238d32aa0b492a5b2c4670b65bfce
parent467e04791c0d5914dc8ed8e535af607f7fc1dfe1
implemented UTF-16/32 using To/FromWChar() instead of MB2WC/WC2MB for sizeof(wchar_t)==4 platforms too

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