mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
umlaut workaround in oracle
This commit is contained in:
parent
5544de3213
commit
2c186221a6
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ QString OracleImporter::getURLFromName(QString name) const
|
|||
return pictureUrl.arg(
|
||||
name
|
||||
.replace("Æther", "Aether")
|
||||
.replace("ö", "o")
|
||||
.remove('\'')
|
||||
.remove("//")
|
||||
.remove(',')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue