.\" This is a wxWidgets manpage page generated from the XML docs .TH wxMBConvUTF7 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxMBConvUTF7 \- .SH DESCRIPTION This class converts between the UTF-7 encoding and Unicode. It has one predefined instance, wxConvUTF7 . WARNING: this class is not implemented yet. .SH "PARENTS" wxMBConv .SH "INCLUDE FILES" wx/strconv.h .SH MEMBERS .SS size_t MB2WC (wchar_t* bufconst char* pszsize_t n) Converts from UTF-7 encoding to Unicode. Returns the size of the destination buffer. .SS size_t WC2MB (char* bufconst wchar_t* pszsize_t n) Converts from Unicode to UTF-7 encoding. Returns the size of the destination buffer. .SH "SEE ALSO" wxMBConv wxMBConvUTF8 wxMBConv classes overview .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.