.\" This is a wxWidgets manpage page generated from the XML docs .TH wxCSConv 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxCSConv \- .SH DESCRIPTION This class converts between any character sets and Unicode. It has one predefined instance, wxConvLocal , for the default user character set. .SH "PARENTS" wxMBConv .SH "INCLUDE FILES" wx/strconv.h .SH MEMBERS .SS wxCSConv (const wxChar* charset) .SS wxCSConv (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 recognized, ISO 8859-1 is used as fall back. .SS ~wxCSConv () Destructor frees any resources needed to perform the conversion. .SS size_t MB2WC (wchar_t* bufconst char* pszsize_t n) Converts from the selected character set to Unicode. Returns length of string written to destination buffer. .SS size_t WC2MB (char* bufconst wchar_t* pszsize_t n) Converts from Unicode to the selected character set. Returns length of string written to destination buffer. .SH "SEE ALSO" wxMBConv wxMBConv wxEncodingConverter wxMBConv classes overview .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.