mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 16:37:44 -07:00
umlaut workaround in oracle
This commit is contained in:
@@ -196,6 +196,7 @@ QString OracleImporter::getURLFromName(QString name) const
|
||||
return pictureUrl.arg(
|
||||
name
|
||||
.replace("Æther", "Aether")
|
||||
.replace("ö", "o")
|
||||
.remove('\'')
|
||||
.remove("//")
|
||||
.remove(',')
|
||||
|
||||
Reference in New Issue
Block a user