libkiwix
libkiwix copied to clipboard
Common code base for all Kiwix ports
Check https://download.kiwix.org/release/libkiwix/
I chose `bug` and `question` because this feature is not documented and I thus, as a user, have no idea what I should get. I tried the Windows nightly of...
Currently we don't export any symbol in the dll (through `__declspec(dllexport)` or `.def` file). So we cannot create a dll and we can only do a static library. See https://github.com/openzim/libzim/issues/930...
Because of #1143 This should soon be possible because of new arm-runner images for GitHub actions: https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/
I'm hopping this is not a duplicate issue, since we are multiple to be convinced this is a known bug/limitation, but we struggle to find the corresponding issue. ## General...
When document title is dynamically updated (e.g. by JS code, e.g. because ZIM is serving a Vue.JS SPA), the title of the viewer is not dynamically updated (e.g. in browser...
See https://github.com/kiwix/kiwix-apple/issues/851 From first investigation, from trace, apple application is using icu73. But we are loading icu data version 58 (https://github.com/kiwix/libkiwix/blob/main/src/tools/stringTools.cpp#L39-L49) There is something wrong ? @BPerlakiH Are you calling...
**Updated:** On the Apple reader side, we would like to be rest assured, that when invalid data is passed into the ``OPDSParser.parse(data:)`` function, we can get a `false` value back,...
Fixes: #1099