codepoint mapping to their names
christianparpart opened this issue · 0 comments
christianparpart commented
Quite a few codepoints have names that describe them.
It would be nice to have a getter from char32_t
to string_view
.
As well as
maybe a sub namespace that contains all of these names nicely capitalized as constexpr inline char32_t That_Name_Here = 0x1234;
namespace maybe: unicode::names