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…
Reference in a new issue