Small explanatory comment for StarDict
[mdictionary] / src / plugins / stardict / StarDictPlugin.cpp
index af5a0d6..95a8f1c 100644 (file)
@@ -188,6 +188,8 @@ QString StarDictPlugin::interpret(QByteArray::iterator it,
     else if(mode == 'r')
         result += QString::fromUtf8(read(it++, end));
 
+// Dont know whether mDictionary would ever handle binary stardict format
+//     to be honest dont see any kind of adventages (can't find any binary dict)
  /*
     else if(mode == 'W') {
         if(!last) {