2 % automatically generated by HelpGen from
3 % ../include/wx/strconv.h at 25/Mar/00 10:20:56
6 \section{\class{wxMBConvUTF7
}}\label{wxmbconvutf7
}
8 This class converts between the UTF-
7 encoding and Unicode.
9 It has one predefined instance,
{\bf wxConvUTF7
}.
10 Unfortunately, this class is not quite implemented yet.
12 \wxheading{Derived from
}
14 \helpref{wxMBConv
}{wxmbconv
}
16 \wxheading{Include files
}
22 \helpref{wxMBConvUTF8
}{wxmbconvutf8
},
23 \helpref{wxMBConv classes overview
}{mbconvclasses
}
25 \latexignore{\rtfignore{\wxheading{Members
}}}
27 \membersection{wxMBConvUTF7::MB2WC
}\label{wxmbconvutf7mb2wc
}
29 \constfunc{size
\_t}{MB2WC
}{\param{wchar
\_t*
}{buf
},
\param{const char*
}{psz
},
\param{size
\_t }{n
}}
31 Converts from UTF-
7 encoding to Unicode. Returns the size of the destination buffer.
33 \membersection{wxMBConvUTF7::WC2MB
}\label{wxmbconvutf7wc2mb
}
35 \constfunc{size
\_t}{WC2MB
}{\param{char*
}{buf
},
\param{const wchar
\_t*
}{psz
},
\param{size
\_t }{n
}}
37 Converts from Unicode to UTF-
7 encoding. Returns the size of the destination buffer.