added wxConvUI which determines the conversion used for the UI elements and can be changed from the user code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -438,6 +438,12 @@ extern WXDLLIMPEXP_DATA_BASE(wxMBConv *) wxConvCurrent;
|
||||
// the conversion corresponding to the current locale
|
||||
extern WXDLLIMPEXP_DATA_BASE(wxCSConv&) wxConvLocal;
|
||||
|
||||
// the conversion corresponding to the encoding of the standard UI elements
|
||||
//
|
||||
// by default this is the same as wxConvLocal but may be changed if the program
|
||||
// needs to use a fixed encoding
|
||||
extern WXDLLIMPEXP_DATA_BASE(wxMBConv *) wxConvUI;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// endianness-dependent conversions
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user