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
In UTF32, a code point is 4 bytes, but fmt only keeps 2 bytes when parsing it into fill:
fmt/include/fmt/base.h
Lines 800 to 825 in cc2ba8f
meanwhile, UTF8 can keep 4 bytes for fill.
repro: https://godbolt.org/z/qfTKe6W6c
The text was updated successfully, but these errors were encountered:
Fixed in 601be1c, thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
In UTF32, a code point is 4 bytes, but fmt only keeps 2 bytes when parsing it into fill:
fmt/include/fmt/base.h
Lines 800 to 825 in cc2ba8f
meanwhile, UTF8 can keep 4 bytes for fill.
repro: https://godbolt.org/z/qfTKe6W6c
The text was updated successfully, but these errors were encountered: