X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e05227246cc99b2f8133ae639f38c508351afa0..e6113e3a52d1c1c486b3a31cb22b59e2d9555b2d:/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 // ----------------------------------------------------------------------------