]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/mbcnvut7.tex
set initial GTK_CAN_FOCUS value to match AcceptsFocus (fixes wxTreeCtrl text control...
[wxWidgets.git] / docs / latex / wx / mbcnvut7.tex
1 %
2 % automatically generated by HelpGen from
3 % ../include/wx/strconv.h at 25/Mar/00 10:20:56
4 %
5
6 \section{\class{wxMBConvUTF7}}\label{wxmbconvutf7}
7
8 This class converts between the UTF-7 encoding and Unicode.
9 It has one predefined instance, {\bf wxConvUTF7}.
10
11 {\bf WARNING:} this class is not implemented yet.
12
13 \wxheading{Derived from}
14
15 \helpref{wxMBConv}{wxmbconv}
16
17 \wxheading{Include files}
18
19 <wx/strconv.h>
20
21 \wxheading{Library}
22
23 \helpref{wxBase}{librarieslist}
24
25 \wxheading{See also}
26
27 \helpref{wxMBConvUTF8}{wxmbconvutf8},
28 \helpref{wxMBConv classes overview}{mbconvclasses}
29
30 \latexignore{\rtfignore{\wxheading{Members}}}
31
32 \membersection{wxMBConvUTF7::MB2WC}\label{wxmbconvutf7mb2wc}
33
34 \constfunc{size\_t}{MB2WC}{\param{wchar\_t* }{buf}, \param{const char* }{psz}, \param{size\_t }{n}}
35
36 Converts from UTF-7 encoding to Unicode. Returns the size of the destination buffer.
37
38 \membersection{wxMBConvUTF7::WC2MB}\label{wxmbconvutf7wc2mb}
39
40 \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
41
42 Converts from Unicode to UTF-7 encoding. Returns the size of the destination buffer.
43