No code changes, fixed various typos.
Applied patch by snowleopard2 fixing typos in interface/. Extended the fixes throughout trunk. Closes #13076. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -655,13 +655,13 @@ These are the data structure classes supported by wxWidgets.
|
||||
These classes define objects for performing conversions between different
|
||||
multibyte and Unicode encodings and wide character strings.
|
||||
|
||||
@li wxMBConv: Base class for all convertors, defines the API implemented by all
|
||||
the other convertor classes.
|
||||
@li wxMBConvUTF7: Convertor for UTF-7
|
||||
@li wxMBConvUTF8: Convertor for UTF-8
|
||||
@li wxMBConvUTF16: Convertor for UTF-16
|
||||
@li wxMBConvUTF32: Convertor for UTF-32
|
||||
@li wxCSConv: Convertor for any system-supported encoding which can be
|
||||
@li wxMBConv: Base class for all converters, defines the API implemented by all
|
||||
the other converter classes.
|
||||
@li wxMBConvUTF7: Converter for UTF-7
|
||||
@li wxMBConvUTF8: Converter for UTF-8
|
||||
@li wxMBConvUTF16: Converter for UTF-16
|
||||
@li wxMBConvUTF32: Converter for UTF-32
|
||||
@li wxCSConv: Converter for any system-supported encoding which can be
|
||||
specified by name.
|
||||
|
||||
Related Overviews: @ref overview_mbconv
|
||||
|
Reference in New Issue
Block a user