Commit 2c186221 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

umlaut workaround in oracle

parent 5544de32
......@@ -196,6 +196,7 @@ QString OracleImporter::getURLFromName(QString name) const
return pictureUrl.arg(
name
.replace("Æther", "Aether")
.replace("ö", "o")
.remove('\'')
.remove("//")
.remove(',')
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment