Add wxConvAuto::IsUTF8()

This commit is contained in:
Pavel Tyunin
2020-09-20 21:40:19 +03:00
parent 2b8fd103b7
commit 307a97dadf

View File

@@ -78,6 +78,8 @@ public:
virtual size_t GetMBNulLen() const wxOVERRIDE { return m_conv->GetMBNulLen(); }
virtual bool IsUTF8() const wxOVERRIDE { return m_conv && m_conv->IsUTF8(); }
virtual wxMBConv *Clone() const wxOVERRIDE { return new wxConvAuto(*this); }
// return the BOM type of this buffer