14110add55
Back in the WebKit days, images with Unicode filenames would fail to appear if they weren't percent-escaped. This no longer seems to be the case - with this patch, images appear correctly on the Mac and Windows platforms I tested with. Fixes https://forums.ankiweb.net/t/anki-2-1-45-beta/10664/96 Fixes #1219 |
||
---|---|---|
.. | ||
anki | ||
rsbridge | ||
tests | ||
tools | ||
.gitignore | ||
.isort.cfg | ||
.pylintrc | ||
BUILD.bazel | ||
mypy.ini | ||
orjson.bzl | ||
protobuf.bzl | ||
README.md |
Anki's Python library code is in anki/.
The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.