Rename IsFallbackEncoding() to IsUsingFallbackEncoding()

This commit is contained in:
Pavel Tyunin
2020-10-05 15:21:35 +03:00
parent 45adce8561
commit 4832565e10
3 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,7 @@ public:
@since 3.1.5
*/
bool IsFallbackEncoding() const;
bool IsUsingFallbackEncoding() const;
/**
Return a pointer to the characters that makes up this BOM.