]> git.saurik.com Git - wxWidgets.git/commit
An attempt at make the wxCSConv class useful. Uses iconv under Unix,
authorOve Kaaven <ovek@arcticnet.no>
Wed, 19 Jul 2000 08:25:15 +0000 (08:25 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Wed, 19 Jul 2000 08:25:15 +0000 (08:25 +0000)
commit1cd5241886684c67c1e1fde119a5a3e4c4e7583c
tree5e692a006b00b0d4c0599ce2dd9ef14867550b0e
parent66b3ec7f9a6924fa952e67912b3d7d833e278742
An attempt at make the wxCSConv class useful. Uses iconv under Unix,
Internet codepages under Windows, wxEncodingConverter if all else fails.
Not really complete, not really optimized, nor really tested,
but I'll let you check whether it could be useful at least.

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