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 mean wchar_t. Rust and modern C++ support even more types of strings.
wchar_t
The text was updated successfully, but these errors were encountered:
I don't personally use wide characters and instead favor UTF-8, but feel free to make a PR.
Sorry, something went wrong.
Does Adept's operator overloading powerful enough to do something like this?
foo WString = L"Здравствуйте"
It isn't powerful enough to do that I don't think. The closest is using #embed to embed a raw file as a String.
#embed
String
Although it probably would be good to improve the lexer to have proper support for UTF-8 encoding and wide characters in the future.
No branches or pull requests
I mean
wchar_t
. Rust and modern C++ support even more types of strings.The text was updated successfully, but these errors were encountered: