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
I find it confusing that we have ASCIIString, UTF8String, and UTF16String, but we don't have UTF32String.
ASCIIString
UTF8String
UTF16String
UTF32String
Can we just rename CharString?
CharString
The text was updated successfully, but these errors were encountered:
That's not a bad idea.
Sorry, something went wrong.
ce40f89
Merge pull request #4946 from stevengj/utf32
532f639
rename CharString -> UTF32String (fix #4943)
No branches or pull requests
I find it confusing that we have
ASCIIString
,UTF8String
, andUTF16String
, but we don't haveUTF32String
.Can we just rename
CharString
?The text was updated successfully, but these errors were encountered: