kanatype-insensitive sorting using Unicode Collation Algorithm

This commit is contained in:
xenofem 2024-04-02 14:24:42 -04:00
parent d071c09822
commit c4f5c776e2
3 changed files with 5 additions and 1 deletions

View file

@ -60,6 +60,7 @@
setuptools
libsixel
(rarfile.override { useUnrar = true; })
pyuca
];
src = ./.;
};