fix misc build warnings. NFC

This commit is contained in:
Thomas Göttgens
2025-06-24 18:01:04 +02:00
parent 34f3800e2b
commit 485fc7639e
3 changed files with 10 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ std::string sanitizeString(const std::string &input)
inReplacement = false;
} else {
if (!inReplacement) {
output += '¿';
output += 0xbf; // ISO-8859-1 for inverted question mark
inReplacement = true;
}
}