fixed typo wxUSE_ENCODING shuold be wxUSE_UNICODE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-01-02 14:11:49 +00:00
parent f0b0b7d4b8
commit 169267e61f

View File

@@ -52,7 +52,7 @@ class WXDLLEXPORT wxEncodingConverter : public wxObject
~wxEncodingConverter() { if (m_Table) delete[] m_Table; } ~wxEncodingConverter() { if (m_Table) delete[] m_Table; }
// Initialize convertion. Both output or input encoding may // Initialize convertion. Both output or input encoding may
// be wxFONTENCODING_UNICODE, but only if wxUSE_ENCODING is set to 1. // be wxFONTENCODING_UNICODE, but only if wxUSE_UNICODE is set to 1.
// //
// All subsequent calls to Convert() will interpret it's argument // All subsequent calls to Convert() will interpret it's argument
// as a string in input_enc encoding and will output string in // as a string in input_enc encoding and will output string in