summaryrefslogtreecommitdiff
path: root/lib/unicode.h
Commit message (Collapse)AuthorAge
* Reformat with new clang-formatDan Goodliffe2023-11-07
|
* Make utf8_string_view work on any contiguous collection of charsDan Goodliffe2022-08-22
| | | | const char * const or container with .data() and .length()
* Create a string_view like thing for utf8 stringsDan Goodliffe2022-08-22
| | | | utf8_string_view provides length and character iteration over a std::string_view containing utf8 data.
* Replace include guard macros with pragma onceDan Goodliffe2022-01-02
|
* First iteration with font/text supportDan Goodliffe2022-01-01