Add wxConvAuto::IsUTF8()
This commit is contained in:
parent
2b8fd103b7
commit
307a97dadf
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue