We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Quite a few codepoints have names that describe them.
It would be nice to have a getter from
char32_t
tostring_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
The text was updated successfully, but these errors were encountered: