$szTitle = "wxmbconvutf7"; include "./_header.inc"; ?>
this 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::wc2mb
size_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.
size_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.
include "./_footer.inc"; ?>