X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e05227246cc99b2f8133ae639f38c508351afa0..5f3c1f2e2991d6c0a7d9eb4cb41a784c7dcc1707:/include/wx/strconv.h diff --git a/include/wx/strconv.h b/include/wx/strconv.h index 477c9de967..c56ae9af2f 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -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 // ----------------------------------------------------------------------------