We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Quite a few codepoints have names that describe them.
It would be nice to have a getter from char32_t to string_view.
char32_t
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;
constexpr inline char32_t That_Name_Here = 0x1234;
namespace maybe: unicode::names
unicode::names
Activity