]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/csconv.tex
Avoid missing ref
[wxWidgets.git] / docs / latex / wx / csconv.tex
index 579613615358c006d9b77b3e9de5c9fbb33dae2f..cfd32f788210780aa2d32de2d997aa1a40b202df 100644 (file)
@@ -29,7 +29,7 @@ default user character set.
 
 \func{}{wxCSConv}{\param{const wxChar* }{charset}}
 
-\func{}{wxCSConv}{\param{wxFontEncoding}{encoding}}
+\func{}{wxCSConv}{\param{wxFontEncoding }{encoding}}
 
 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
@@ -47,12 +47,11 @@ Destructor frees any resources needed to perform the conversion.
 
 \constfunc{size\_t}{MB2WC}{\param{wchar\_t* }{buf}, \param{const char* }{psz}, \param{size\_t }{n}}
 
-Converts from the selected character set to Unicode. Returns the size of the destination buffer.
-
+Converts from the selected character set to Unicode. Returns length of string written to destination buffer.
 
 \membersection{wxCSConv::WC2MB}\label{wxcsconvwc2mb}
 
 \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
 
-Converts from Unicode to the selected character set. Returns the size of the destination buffer.
+Converts from Unicode to the selected character set. Returns length of string written to destination buffer.