implement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Dec 2006 16:19:34 +0000 (16:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Dec 2006 16:19:34 +0000 (16:19 +0000)
commit1c714a5d0718a51c57338986e9736f58ae355042
tree72fe0683a892cf15c941f387c1dedbdecb19e86e
parentb51abd73805c271dbba5af48db9519030702c751
implement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16) didn't work correctly even if the underlying wxMBConvUTF16 did

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