]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/hyperlink.cpp
Always use UTF-8 for GTK+ strings.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Feb 2010 00:03:35 +0000 (00:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Feb 2010 00:03:35 +0000 (00:03 +0000)
commitb74d7c8525b3388bf60b998c238af972e51f97ef
tree95e0dd368d154aae1f27faeb39ff61429bf75533
parentb42468496c00cc7384234093227c03edcf04d84c
Always use UTF-8 for GTK+ strings.

Strings returned and accepted by GTK+ functions always use UTF-8 independently
of the current locale and of the file name encoding we use. So use UTF-8
instead of wxConvFileName everywhere where we deal with GTK+ directly.

Closes #11743.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/dirdlg.cpp
src/gtk/filectrl.cpp
src/gtk/filedlg.cpp
src/gtk/hyperlink.cpp