]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/convauto.h
Document wxKill(wxSIGTERM) reliance on having an open window in wxMSW.
[wxWidgets.git] / include / wx / convauto.h
index 4c18dba601da5a275e12e4ef7f394e7a7795a60e..25019a55e55fa52866c1405212f4bfe37e8dc894 100644 (file)
@@ -84,6 +84,9 @@ public:
     // return the BOM type of this buffer
     static wxBOM DetectBOM(const char *src, size_t srcLen);
 
     // 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;
     wxBOM GetBOM() const
     {
         return m_bomType;