Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
Stroika::Foundation::Characters::Latin1 Struct Reference

#include <Character.h>

Detailed Description

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.

Note
Considered using Latin1 = uint8_t; But this is better since less likely accidentally used.

Definition at line 71 of file Character.h.


The documentation for this struct was generated from the following files: