X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/038809c2f657f03d8688d7a75ca416878dfa0de7..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/convauto.h?ds=inline diff --git a/include/wx/convauto.h b/include/wx/convauto.h index 4c18dba601..25019a55e5 100644 --- a/include/wx/convauto.h +++ b/include/wx/convauto.h @@ -84,6 +84,9 @@ public: // return the BOM type of this buffer static wxBOM DetectBOM(const char *src, size_t srcLen); + // return the characters composing the given BOM. + static const char* GetBOMChars(wxBOM bomType, size_t* count); + wxBOM GetBOM() const { return m_bomType;