removed wxEncodingConverter from docs where wxMBConv should be mentioned instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-01-23 19:49:53 +00:00
parent c4f4cf895c
commit a663cce7f9
4 changed files with 31 additions and 22 deletions

View File

@@ -182,7 +182,7 @@ compile your program in ANSI mode you can still define {\tt wxUSE\_WCHAR\_T}
to get some limited support for {\tt wchar\_t} type.
This will allow your program to perform conversions between Unicode strings and
ANSI ones (\helpref{wxEncodingConverter}{wxencodingconverter} depends on this
partially) and construct wxString objects from Unicode strings (presumably read
ANSI ones (using \helpref{wxMBConv classes}{mbconvclasses})
and construct wxString objects from Unicode strings (presumably read
from some external file or elsewhere).