umlaut workaround in oracle

This commit is contained in:
Max-Wilhelm Bruker 2011-01-08 14:48:39 +01:00
parent 5544de3213
commit 2c186221a6

View file

@ -196,6 +196,7 @@ QString OracleImporter::getURLFromName(QString name) const
return pictureUrl.arg(
name
.replace("Æther", "Aether")
.replace("ö", "o")
.remove('\'')
.remove("//")
.remove(',')