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
This returns 0, and is not consistent with: length(“\0q”) -> 2 length(utf16(“\0q”) -> 2 length(utf32(“\0q”) -> 2 length(utf16(“\0\uff) -> 2
The text was updated successfully, but these errors were encountered:
I suspect this is the root cause of #10958. Closing as duplicate.
@ScottPJones your editor tries to convert input into smart quotes, which makes it hard to copy-paste code into the REPL for testing.
Also, please look at GitHub's triple-backtick syntax for encasing code snippets.
Sorry, something went wrong.
https://guides.github.com/features/mastering-markdown/ (Examples section, click "Code")
No branches or pull requests
This returns 0, and is not consistent with:
length(“\0q”) -> 2
length(utf16(“\0q”) -> 2
length(utf32(“\0q”) -> 2
length(utf16(“\0\uff) -> 2
The text was updated successfully, but these errors were encountered: