]> git.saurik.com Git - wxWidgets.git/commitdiff
documented all the other global conversion objects (wxConvLocal, wxConvISO8859_1...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Apr 2006 00:33:18 +0000 (00:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Apr 2006 00:33:18 +0000 (00:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/mbconv.tex

index cf9e3553bf21f1d48844233320ad2dc1b6948c60..b91107369fefc6fcbcaf5792873ce2d931131019 100644 (file)
@@ -30,8 +30,14 @@ There are several predefined instances of this class:
 \twocolitem{\textbf{wxConvLibc}}{Uses the standard ANSI C \texttt{mbstowcs()} and
 \texttt{wcstombs()} functions to perform the conversions; thus depends on the
 current locale.}
+\twocolitem{\textbf{wxConvLocal}}{Another conversion corresponding to the
+current locale but this one uses the best available conversion.}
+\twocolitem{\textbf{wxConvISO8859\_1}}{Conversion to and from ISO-8859-1 (Latin I)
+encoding.}
+\twocolitem{\textbf{wxConvUTF8}}{Conversion to and from UTF-8 encoding.}
 \twocolitem{\textbf{wxConvFile}}{The appropriate conversion for the file names,
 depends on the system.}
+% \twocolitem{\textbf{wxConvCurrent}}{Not really clear what is it for...}
 \end{twocollist}