#ifndef UTF_ERROR_HH #define UTF_ERROR_HH #include namespace utf { constexpr uint32_t NEED_MORE = 0xfffffffe; constexpr uint32_t INVALID = 0xffffffff; } // namespace utf #endif // UTF_ERROR_HH