Anki/rslib/src/media
Damien Elmes 53fe7e574e handle ampersand entities in image filenames
In the old HTML editor, filenames were % escaped before feeding them to
beautifulsoup, causing bare ampersands to be left alone. The new HTML
editor reads content from the DOM, where a bare ampersand has been
transformed into an &, and that gets saved back into the field,
so the media check now needs to deal with it for images as well.

https://forums.ankiweb.net/t/causing-problems-with-image-names/12171
2021-08-19 23:43:40 +10:00
..
changetracker.rs fix clippy lints for latest Rust 2021-06-21 13:09:36 +10:00
check.rs handle ampersand entities in image filenames 2021-08-19 23:43:40 +10:00
database.rs update to latest rusqlite 2021-06-25 16:22:21 +10:00
files.rs strip invalid Unicode chars in media check 2021-07-17 18:30:19 +10:00
mod.rs fix clippy lints for latest Rust 2021-06-21 13:09:36 +10:00
schema.sql fix some comments in wrong position after format 2021-01-09 14:26:51 +10:00
sync.rs fix clippy lints for latest Rust 2021-06-21 13:09:36 +10:00