applied part of the patch 811993

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-26 17:11:49 +00:00
parent bda3d86af9
commit e19971c370

View File

@@ -67,6 +67,10 @@ Converts from Unicode to multibyte encoding. The semantics of this function
(including the return value meaning) is the same as for (including the return value meaning) is the same as for
\helpref{MB2WC}{wxmbconvmb2wc}. \helpref{MB2WC}{wxmbconvmb2wc}.
Notice that when the function is called with a non-{\tt NULL} buffer, the
{\it n} parameter should be the size of the buffer and so it {\bf should} take
into account the trailing NUL, which might take two or four bytes for some
encodings (UTF-16 and UTF-32).
\membersection{wxMBConv::cMB2WC}\label{wxmbconvcmb2wc} \membersection{wxMBConv::cMB2WC}\label{wxmbconvcmb2wc}