X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9715cf42b38d8a85e6124406a73b33f1b84b111a..598fe99d56158319f6b5f817c4670748f98bc70a:/docs/doxygen/overviews/mbconvclasses.h?ds=inline diff --git a/docs/doxygen/overviews/mbconvclasses.h b/docs/doxygen/overviews/mbconvclasses.h index 81ac24282e..cd761c61cd 100644 --- a/docs/doxygen/overviews/mbconvclasses.h +++ b/docs/doxygen/overviews/mbconvclasses.h @@ -3,12 +3,12 @@ // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -/*! +/** -@page overview_mbconv wxMBConv Classes Overview +@page overview_mbconv wxMBConv Overview Classes: wxMBConv, wxMBConvLibc, wxMBConvUTF7, wxMBConvUTF8, wxCSConv, wxMBConvUTF16, wxMBConvUTF32 @@ -51,6 +51,8 @@ unhindered through any traditional transport channels. @section overview_mbconv_string Background: The wxString Class +@todo rewrite this overview; it's not up2date with wxString changes + If you have compiled wxWidgets in Unicode mode, the wxChar type will become identical to wchar_t rather than char, and a wxString stores wxChars. Hence, all wxString manipulation in your application will then operate on Unicode