]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / ispell.h
index 613c9d208c7e9faa5bedf53e6461c77c0b8e8867..3aed4d5f41ef7270e29dc2879d2355d53bd8eac5 100644 (file)
@@ -77,6 +77,9 @@ private:
 
        boost::scoped_ptr<support::ForkedProcess> child_;
 
+       /// iconv name of the encoding that is used to communicate with ispell
+       std::string encoding;
+
        // vileness below ... please FIXME
        /// str ???
        char * str;