]> git.saurik.com Git - wxWidgets.git/commit
Fix wxMBConv_cf to implement FromWChar/ToWChar in lieu of now deprecated WC2MB/MB2WC.
authorDavid Elliott <dfe@tgwbd.org>
Fri, 6 Jul 2007 22:38:27 +0000 (22:38 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 6 Jul 2007 22:38:27 +0000 (22:38 +0000)
commit6ff49cbcd4d66b958014176594b9be1796bd243a
tree2a372128347178586473b9a05477a50464b1e40e
parente2badebb8fad5ee453fada24f336c275df9f216b
Fix wxMBConv_cf to implement FromWChar/ToWChar in lieu of now deprecated WC2MB/MB2WC.
This is a complete rewrite trying built-in UTF-32 conversion first, then falling back to conversion through UTF-16.

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