fix utf8 support

This commit is contained in:
MihailRis
2025-11-23 19:56:12 +03:00
parent 6810f9a03a
commit 28589c4b3b
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace util {
std::string escape(std::string_view s, bool escapeUnicode=true);
/// @brief Escape all special XML characters
std::string escape_xml(std::string_view s);
std::wstring escape_xml(std::wstring_view s);
/// @brief Function used for error messages
std::string quote(const std::string& s);