#include <Character.h>
Internally, several algorithms and data structures operate on this one-byte subset of UNICODE. However, most Stroika public APIs don't expose this, because this is not any kind of standard for APIs. APIs use char8_t, char16_t, char32_t, ASCII (aka char).
This refers to ASCII OR https://en.wikipedia.org/wiki/Latin-1_Supplement, so any UNICODE character code point less than U+00FF.
Definition at line 71 of file Character.h.