Add wxConvAuto::IsFallbackEncoding()

This commit is contained in:
Pavel Tyunin
2019-02-13 15:00:23 +02:00
parent 1171155fee
commit 2b8fd103b7
2 changed files with 13 additions and 0 deletions

View File

@@ -146,6 +146,13 @@ public:
*/
wxBOM GetBOM() const;
/**
Check if the fall-back encoding is used.
@since 3.1.5
*/
bool IsFallbackEncoding() const;
/**
Return a pointer to the characters that makes up this BOM.