]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/mbconvclasses.h
Fix column sorting UI in wxDataViewCtrl under wxOSX.
[wxWidgets.git] / docs / doxygen / overviews / mbconvclasses.h
index 4dbb18b64c29bc580604891118704096157daa68..0db0f24e6e610074b94c73a3d0e8f0f5ab0b359d 100644 (file)
@@ -2,31 +2,21 @@
 // Name:        mbconvclasses.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 
 @page overview_mbconv wxMBConv Overview
 
-Classes: wxMBConv, wxMBConvLibc, wxMBConvUTF7, wxMBConvUTF8, wxCSConv,
-         wxMBConvUTF16, wxMBConvUTF32
+@tableofcontents
 
 The wxMBConv classes in wxWidgets enable an Unicode-aware application to easily
 convert between Unicode and the variety of 8-bit encoding systems still in use.
 
-@li @ref overview_mbconv_need
-@li @ref overview_mbconv_string
-@li @ref overview_mbconv_classes
-@li @ref overview_mbconv_objects
-@li @ref overview_mbconv_csconv
-@li @ref overview_mbconv_converting
-@li @ref overview_mbconv_buffers
+@see @ref group_class_conv
 
 
-<hr>
-
 
 @section overview_mbconv_need Background: The Need for Conversion
 
@@ -51,6 +41,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
@@ -188,4 +180,3 @@ reflects the correct return value of cWX2MB (either char* or wxCharBuffer),
 except for the const.
 
 */
-