Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarUnicode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarUnicode.cpp')
-rw-r--r--source/core/StarUnicode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarUnicode.cpp b/source/core/StarUnicode.cpp
index 008df96..01e660b 100644
--- a/source/core/StarUnicode.cpp
+++ b/source/core/StarUnicode.cpp
@@ -12,7 +12,7 @@ void throwMissingUtf8End() {
}
void throwInvalidUtf32CodePoint(Utf32Type val) {
- throw UnicodeException::format("Invalid UTF-32 code point %s encountered while trying to encode UTF-8", (int32_t)val);
+ throw UnicodeException::format("Invalid UTF-32 code point {} encountered while trying to encode UTF-8", (int32_t)val);
}
size_t utf8Length(const Utf8Type* utf8, size_t remain) {