catsidhe
catsidhe
Thanks - this fix https://github.com/Tessil/ordered-map/commit/5bbd64709218b9f9fc92bf2bbbf7cae6f5e067b6 worked well (for a while). Unfortunately, the newest CMake (3.31) is unhappy again, now requiring 3.10 at least. "Changed in version 3.31: Compatibility with versions...
Yes, just the code points, bytes outside 0x80..0xbf range. I figured it'd cover the majority of use cases, while being simple and cheap. But I understand your concern, _that can...
Sorry, I don't quite know how to answer that. Maybe because I use it in a tree? Probably incorrectly, too! ```cpp auto from_utf8(std::string_view) -> std::u32string; inline auto line_width(std::u32string_view sv) ->...