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

Links in articles not working in some cases #49

Closed cip closed 13 years ago

cip commented 13 years ago

In http://download.kiwix.org/zim/0.9/wikipedia_de_all_10_2010_beta1.zim problem with links from article (again). In Article "C (Programmiersprache)" clicking link "C++" opens C&A. Working correctly for http://openzim.org/download/zim5/wikipedia-de.zim

cip commented 13 years ago

Actually not really a bug in wikionboard but a problem in the zim files. (Neither using + for space nor using + for + ist that good) zim::urldecode function replaces + with space, therefore wikipedia-de.zim working while collection generated file not working. Fixed in 0.0.49 Workaround added to wikionboard: If no article for decoded URL found, try again but with percent encoding + before.