]> git.saurik.com Git - wxWidgets.git/commit
Use wxString methods for UTF-8 conversions in wxX11 code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Sep 2010 12:48:21 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Sep 2010 12:48:21 +0000 (12:48 +0000)
commit0b2a860f0d3ee4724e3c0c5d2ba67a982c220b4a
treeccaddc0d3e3295bcdd2ef1f6693795c63901caae
parent02e2609962760aad5e859244ff2e4c4c15d1c739
Use wxString methods for UTF-8 conversions in wxX11 code.

Use wxString::utf8_str() and FromUTF8() to convert to and from UTF-8. This is
more efficient than using wxConvUTF8 as the code did before as it avoids the
conversion entirely when wxString uses UTF-8 internally (as it does by default
in wxX11) and also has the advantage of compiling in STL build unlike the old
code.

Closes #12518.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/fontutil.cpp
src/x11/dcclient.cpp