diff options
Diffstat (limited to 'zen/utf.h')
-rw-r--r-- | zen/utf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ namespace zen template <class TargetString, class SourceString> TargetString utfTo(const SourceString& str); -const std::string_view BYTE_ORDER_MARK_UTF8 = "\xEF\xBB\xBF"; +constexpr std::string_view BYTE_ORDER_MARK_UTF8 = "\xEF\xBB\xBF"; template <class UtfString> bool isValidUtf(const UtfString& str); //check for UTF-8 encoding errors |