Add wxConvAuto::GetEncoding()

This commit is contained in:
Pavel Tyunin
2020-09-22 17:42:07 +03:00
parent 307a97dadf
commit 28823424e9
3 changed files with 42 additions and 0 deletions

View File

@@ -146,6 +146,15 @@ public:
*/
wxBOM GetBOM() const;
/**
Return the detected encoding
Returns @c wxFONTENCODING_MAX if called before the first use.
@since 3.1.5
*/
wxBOM GetEncoding() const;
/**
Check if the fall-back encoding is used.