Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
2c186221
Commit
2c186221
authored
Jan 08, 2011
by
Max-Wilhelm Bruker
Browse files
umlaut workaround in oracle
parent
5544de32
Changes
1
Hide whitespace changes
Inline
Side-by-side
oracle/src/oracleimporter.cpp
View file @
2c186221
...
...
@@ -196,6 +196,7 @@ QString OracleImporter::getURLFromName(QString name) const
return
pictureUrl
.
arg
(
name
.
replace
(
"Æther"
,
"Aether"
)
.
replace
(
"ö"
,
"o"
)
.
remove
(
'\''
)
.
remove
(
"//"
)
.
remove
(
','
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment