cip / WikiOnBoard

Offline reader for zim files, in particular the wikipedia, for mobile devices. It is based on QT and zimlib. It is cross-platform and supports Symbian, Maemo, Linux and Windows based devices.
http://cip.github.com/WikiOnBoard/
15 stars 2 forks source link

Problems with articles with + in title/url #40

Closed cip closed 13 years ago

cip commented 13 years ago

Observed on 0.0.39 when opening article C++ from index. Opens different article.

cip commented 13 years ago

Fixed in 0.0.40 Two problems:

  1. url.toString() used instead of toEncoded.
  2. QUrl(QString) instead of fromEncoded(toPercentEncoding(QString). (This leads to kind of partial encoding only, e.g. spaces encoded, but + not encoded)