mirror of
https://github.com/sebastiandine/Card-Collection-Manager-2.git
synced 2026-08-28 23:01:09 +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("|", "Or")
|
||||
.replace("é", "e")
|
||||
.replace("í", "i")
|
||||
.replace("ó", "o")
|
||||
.replace("ú", "u")
|
||||
.replace("û", "u")
|
||||
}
|
||||
|
||||
/// Parse an index from the end of a filename. This function supports indices with
|
||||
|
||||
Reference in New Issue
Block a user