Anki/rslib/src/import_export
Damien Elmes 4687620f5e Expand normalization checks on import/export
The old Python code was only checking for NFC encoding, but we should
check for other issues like special filenames on windows (eg con.mp3)

- On export, the user is told to use Check Media if their media has
invalid filenames.
- On import, legacy packages will be transparently normalized. Since we're
doing the checks on export as well, any invalid names in a v3 package
are an error.
2022-03-17 17:31:19 +10:00
..
package Expand normalization checks on import/export 2022-03-17 17:31:19 +10:00
mod.rs Colpkg fixes (#1722) 2022-03-17 15:11:23 +10:00