don't return whatever encoding was set in SetEncoding(); always return wxFONTENCODING...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 14 Apr 2009 23:18:50 +0000 (23:18 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 14 Apr 2009 23:18:50 +0000 (23:18 +0000)
commit7ce58684a4e0624898d13fca835a2c047e90e83c
tree8cac05b280e74eac2691bf21764dd7db1cc430e1
parentd9d551f6a20a33fc94a824f7d7253e07dd6481f9
don't return whatever encoding was set in SetEncoding(); always return wxFONTENCODING_UTF8 instead since that's the real encoding always used by wxFont under wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/font.h
src/gtk/font.cpp