wxmbconvutf7this class converts between the utf-7 encoding and unicode. it has one predefined instance, wxconvutf7. warning: this class is not implemented yet. derived from include files <wx/strconv.h> see also wxmbconvutf8, wxmbconv classes overview members
wxmbconvutf7::mb2wc
wxmbconvutf7::mb2wcsize_t mb2wc(wchar_t* buf, const char* psz, size_t n) const converts from utf-7 encoding to unicode. returns the size of the destination buffer.
wxmbconvutf7::wc2mbsize_t wc2mb(char* buf, const wchar_t* psz, size_t n) const converts from unicode to utf-7 encoding. returns the size of the destination buffer.
|