#pragma once #ifdef __cpp_char8_t // char8_t available typedef char8_t utf8_t; #else typedef char utf8_t; #endif typedef char iso_t;