From fa2f5d3bc9563c2b88282d5487758572d8baffb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 30 Dec 2002 18:55:33 +0000 Subject: [PATCH] fixed encoding handling in ANSI mode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/winpars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.45.2