chiark / gitweb /
Prep v233: Unmask now needed functions in src/basic
[elogind.git] / src / basic / utf8.h
index 12c272d66e357da28c4e7fea9105cf1ac4fc4b7f..f9b9c9468bb1581bd12668a3ad5c12afdf12b236 100644 (file)
@@ -28,6 +28,7 @@
 #include "missing.h"
 
 #define UTF8_REPLACEMENT_CHARACTER "\xef\xbf\xbd"
+#define UTF8_BYTE_ORDER_MARK "\xef\xbb\xbf"
 
 bool unichar_is_valid(char32_t c);