added ctor taking wxFontEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,22 +29,19 @@ default user character set.
|
|||||||
|
|
||||||
\func{}{wxCSConv}{\param{const wxChar* }{charset}}
|
\func{}{wxCSConv}{\param{const wxChar* }{charset}}
|
||||||
|
|
||||||
Constructor. Specify the name of the character set you want to convert
|
\func{}{wxCSConv}{\param{wxFontEncoding}{encoding}}
|
||||||
from/to.
|
|
||||||
|
Constructor. You may specify either the name of the character set you want to
|
||||||
|
convert from/to or an encoding constant. If the character set name is not
|
||||||
|
recognized, ISO 8859-1 is used as fall back.
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxCSConv::\destruct{wxCSConv}}\label{wxcsconvdtor}
|
\membersection{wxCSConv::\destruct{wxCSConv}}\label{wxcsconvdtor}
|
||||||
|
|
||||||
\func{}{\destruct{wxCSConv}}{\void}
|
\func{}{\destruct{wxCSConv}}{\void}
|
||||||
|
|
||||||
Destructor.
|
Destructor frees any resources needed to perform the conversion.
|
||||||
|
|
||||||
\membersection{wxCSConv::LoadNow}\label{wxcsconvloadnow}
|
|
||||||
|
|
||||||
\func{void}{LoadNow}{\void}
|
|
||||||
|
|
||||||
If the conversion tables needs to be loaded from disk, this method
|
|
||||||
will do so. Otherwise, they will be loaded when any of the conversion
|
|
||||||
methods are called.
|
|
||||||
|
|
||||||
\membersection{wxCSConv::MB2WC}\label{wxcsconvmb2wc}
|
\membersection{wxCSConv::MB2WC}\label{wxcsconvmb2wc}
|
||||||
|
|
||||||
@@ -52,6 +49,7 @@ methods are called.
|
|||||||
|
|
||||||
Converts from the selected character set to Unicode. Returns the size of the destination buffer.
|
Converts from the selected character set to Unicode. Returns the size of the destination buffer.
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxCSConv::WC2MB}\label{wxcsconvwc2mb}
|
\membersection{wxCSConv::WC2MB}\label{wxcsconvwc2mb}
|
||||||
|
|
||||||
\constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
|
\constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
|
||||||
|
Reference in New Issue
Block a user