mirror of
https://github.com/sebastiandine/Card-Collection-Manager-2.git
synced 2026-08-28 17:00:55 +00:00
Update fs.rs
This commit is contained in:
@@ -15,6 +15,10 @@ pub fn format_text_for_fs(text: &String) -> String {
|
|||||||
.replace("&", "And")
|
.replace("&", "And")
|
||||||
.replace("|", "Or")
|
.replace("|", "Or")
|
||||||
.replace("é", "e")
|
.replace("é", "e")
|
||||||
|
.replace("í", "i")
|
||||||
|
.replace("ó", "o")
|
||||||
|
.replace("ú", "u")
|
||||||
|
.replace("û", "u")
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Parse an index from the end of a filename. This function supports indices with
|
/// Parse an index from the end of a filename. This function supports indices with
|
||||||
|
|||||||
Reference in New Issue
Block a user