try to fix ? marks problem
This commit is contained in:
parent
e9a9b32335
commit
206686d443
@ -26,7 +26,7 @@
|
||||
<url type="donation">https://github.com/sponsors/martinrotter</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="4.0.4" date="2021-10-19"/>
|
||||
<release version="4.0.4" date="2021-10-21"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
|
@ -78,7 +78,7 @@ void Message::sanitize(const Feed* feed) {
|
||||
m_title = m_title
|
||||
|
||||
// Remove non-breaking spaces.
|
||||
.replace(QRegularExpression(QSL("[ \u202F\u00A0 ]")), QSL(" "))
|
||||
.replace(QRegularExpression(QString::fromUtf8(QByteArray("[\xE2\x80\xAF]"))), QSL(" "))
|
||||
|
||||
// Shrink consecutive whitespaces.
|
||||
.replace(QRegularExpression(QSL("[\\s]{2,}")), QSL(" "))
|
||||
|
Loading…
x
Reference in New Issue
Block a user