[users] Remove ' from transliterated string
This commit is contained in:
parent
f20d0a7593
commit
94f7efb89f
@ -375,6 +375,7 @@ Config::setFullName( const QString& name )
|
||||
static QRegExp rx( "[^a-zA-Z0-9 ]", Qt::CaseInsensitive );
|
||||
#ifdef HAVE_ICU
|
||||
QString cleanName = transliterate(name);
|
||||
cleanName.replace("'", "");
|
||||
#else
|
||||
QString cleanName = name;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user