X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/038809c2f657f03d8688d7a75ca416878dfa0de7..9c34a216817028bc533e07873d047208a96b05a2:/include/wx/convauto.h 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;