compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1982,8 +1982,8 @@ size_t wxMBConv_iconv::GetMBNulLen() const
|
|||||||
#if wxUSE_UNICODE_UTF8
|
#if wxUSE_UNICODE_UTF8
|
||||||
bool wxMBConv_iconv::IsUTF8() const
|
bool wxMBConv_iconv::IsUTF8() const
|
||||||
{
|
{
|
||||||
return wxStricmp(m_name, "UTF-8") == 0 ||
|
return wxStricmp(m_name, _T("UTF-8")) == 0 ||
|
||||||
wxStricmp(m_name, "UTF8") == 0;
|
wxStricmp(m_name, _T("UTF8")) == 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user