summaryrefslogtreecommitdiff
path: root/src/shared/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/utf8.h')
-rw-r--r--src/shared/utf8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/utf8.h b/src/shared/utf8.h
index f56077438a..c0eb73a21d 100644
--- a/src/shared/utf8.h
+++ b/src/shared/utf8.h
@@ -25,8 +25,11 @@
#include "macro.h"
+#define UTF8_REPLACEMENT_CHARACTER "\xef\xbf\xbd"
+
const char *utf8_is_valid(const char *s) _pure_;
char *ascii_is_valid(const char *s) _pure_;
+char *utf8_escape_invalid(const char *s);
bool utf8_is_printable(const char* str, size_t length) _pure_;