Merge branch 'staged'

This commit is contained in:
Xiao YiFang 2022-11-24 07:16:38 +08:00
commit 3c0b6a91c6

4
zim.cc
View file

@ -1520,8 +1520,8 @@ void ZimResourceRequest::run()
sptr< Dictionary::DataRequest > ZimDictionary::getResource( string const & name ) sptr< Dictionary::DataRequest > ZimDictionary::getResource( string const & name )
{ {
// auto formatedName = QString::fromStdString(name).replace(RX::Zim::linkSpecialChar,""); auto formatedName = QString::fromStdString(name).remove(QRegularExpression("^\\.*\\/[A-Z]\\/", QRegularExpression::CaseInsensitiveOption));
return new ZimResourceRequest( *this, name ); return new ZimResourceRequest( *this, formatedName.toStdString() );
} }
//} // anonymous namespace //} // anonymous namespace