Instead of always using the Python default encoding for converting
string and unicode objects to/from wxStrings. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -967,6 +967,8 @@ wxWakeUpIdle = wx._core.WakeUpIdle
|
||||
wxPostEvent = wx._core.PostEvent
|
||||
wxApp_CleanUp = wx._core.App_CleanUp
|
||||
wxGetApp = wx._core.GetApp
|
||||
wxSetDefaultPyEncoding = wx._core.SetDefaultPyEncoding
|
||||
wxGetDefaultPyEncoding = wx._core.GetDefaultPyEncoding
|
||||
wxEventLoop = wx._core.EventLoop
|
||||
wxEventLoopPtr = wx._core.EventLoopPtr
|
||||
wxEventLoop_GetActive = wx._core.EventLoop_GetActive
|
||||
|
Reference in New Issue
Block a user