]> git.saurik.com Git - wxWidgets.git/commit
use the encoding of the font which is used to draw the text when convering it to...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Apr 2006 22:22:13 +0000 (22:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Apr 2006 22:22:13 +0000 (22:22 +0000)
commit5f11fef5435283f9d2465f7eaccdd72d2f3fb1ef
tree870386045dcf46266e3aef3bf16a717776cc0f36
parent0e05227246cc99b2f8133ae639f38c508351afa0
use the encoding of the font which is used to draw the text when convering it to UTF-8 in wxGTK_CONV; the old wxGTK_CONV renamed to wxGTK_CONV_SYS (uses system encoding) and used in the contexts where no font is available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/gtk/private.h
src/gtk/colour.cpp
src/gtk/font.cpp
src/gtk/menu.cpp
src/gtk/utilsgtk.cpp
src/unix/fontutil.cpp