From: Václav Slavík Date: Mon, 30 Dec 2002 18:55:33 +0000 (+0000) Subject: fixed encoding handling in ANSI mode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fa2f5d3bc9563c2b88282d5487758572d8baffb3 fixed encoding handling in ANSI mode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/winpars.cpp b/src/html/winpars.cpp index d11a8ea9fd..1d4af2c3fc 100644 --- a/src/html/winpars.cpp +++ b/src/html/winpars.cpp @@ -166,7 +166,7 @@ void wxHtmlWinParser::InitParser(const wxString& source) OpenContainer(); OpenContainer(); -#if 0 //!wxUSE_UNICODE +#if !wxUSE_UNICODE wxString charset = ExtractCharsetInformation(source); if (!charset.empty()) {