Card names with an à led to crashes when images were handled
This commit is contained in:
Sebastian Dine
2024-12-19 17:32:00 +01:00
committed by GitHub
parent 9793a13646
commit 0ce9b09979
@@ -14,6 +14,7 @@ pub fn format_text_for_fs(text: &String) -> String {
.replace(":", "-")
.replace("&", "And")
.replace("|", "Or")
.replace("á", "a")
.replace("é", "e")
.replace("í", "i")
.replace("ó", "o")