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
We calculate the limit in characters, but the actual limit is in bytes. See disabled tests in TestAndroidStreams.
To fix this properly we'd need to convert the string to (Modified) UTF-8, and then break long lines on character boundaries.
Related: #654, #746
The text was updated successfully, but these errors were encountered:
bbc10ef
No branches or pull requests
We calculate the limit in characters, but the actual limit is in bytes. See disabled tests in TestAndroidStreams.
To fix this properly we'd need to convert the string to (Modified) UTF-8, and then break long lines on character boundaries.
Related: #654, #746
The text was updated successfully, but these errors were encountered: