--- a/src/qtgui/confgui/confguiindex.cpp
+++ b/src/qtgui/confgui/confguiindex.cpp
@@ -157,6 +157,7 @@
"to '/usr/home', a correct skippedPath entry "
"would be '/home/me/tmp*', not '/usr/home/me/tmp*')"));
vboxLayout->addWidget(eskp);
+ eskp->setFsEncoding(true);
list<string> cstemlangs = Rcl::Db::getStemmerNames();
QStringList stemlangs;
@@ -304,6 +305,7 @@
QObject::tr("These are patterns for file or directory "
" names which should not be indexed."));
m_widgets.push_back(eskn);
+ eskn->setFsEncoding(true);
list<string> args;
args.push_back("-l");