mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-25 08:03:58 -05:00
umlaut workaround in oracle
This commit is contained in:
parent
5544de3213
commit
2c186221a6
|
|
@ -196,6 +196,7 @@ QString OracleImporter::getURLFromName(QString name) const
|
|||
return pictureUrl.arg(
|
||||
name
|
||||
.replace("Æther", "Aether")
|
||||
.replace("ö", "o")
|
||||
.remove('\'')
|
||||
.remove("//")
|
||||
.remove(',')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user