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

filesname with umlaut not working #29

Closed cip closed 13 years ago

cip commented 13 years ago

Error message: error 86: opening file "..." Illegal byte sequence Note: Not related book export, but problem with filename (Ö in filename)

cip commented 13 years ago

Trial with exporting only one article: Opens, shows to articles (Article+TOC), but additional entries which look like hexadecimal strings

cip commented 13 years ago

Problem only occurs if Umlaut in file name. bug filed: http://bugs.openzim.org/show_bug.cgi?id=34

cip commented 13 years ago

Display of non article entries fixed in 0.0.39 (namespace parameter in zin find just used to find first article, while iterator also accesses other namespaces)

cip commented 13 years ago

Removed from milestone 1.0

cip commented 13 years ago

Fixed in version 1.0.4 (at least) for symbian by using QFile::encodeName It may not work on other platforms, because the standard qt file libaries may use different mechanism to open files than zimlib.

cip commented 13 years ago

Tested for umlaut in filename, both split and non-split file.

cip commented 13 years ago

Fixed releated bug in 1.0.5: "About Ebook" did not show file name with unicode characters correctly on symbian. (Fixed by using QFile::decodeName()