X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e2cf78dc1f2db0caa8b982a072e88d13c8303cf..f5a9eef7c76b6f13c09c3cafb30a91cf12c00b29:/include/wx/strconv.h diff --git a/include/wx/strconv.h b/include/wx/strconv.h index e2ef14a6ba..c56ae9af2f 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -435,9 +435,14 @@ extern WXDLLIMPEXP_DATA_BASE(wxMBConv *) wxConvFileName; // default in a couple of places inside wx (initially same as wxConvLibc) 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