]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/strconv.h
disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn't work under Unix with iconv()
[wxWidgets.git] / include / wx / strconv.h
index 947efad79966bc0d8c9292675e972f1afe6751e2..58ba99ac0cfa65c6e4bc29725cbc6fa085f5c5b6 100644 (file)
@@ -385,6 +385,11 @@ public:
 
     void Clear();
 
+#if wxABI_VERSION >= 20802
+    // return true if the conversion could be initilized successfully
+    bool IsOk() const;
+#endif // wx 2.8.2+
+
 private:
     // common part of all ctors
     void Init();