Correct locale support in size optimization docs - #4923
Open
dajiaohuang wants to merge 1 commit into
Open
Conversation
Contributor
|
lint failures is unrelated (will go away on rebase) |
dajiaohuang
force-pushed
the
docs/4922-optimize-size-locale
branch
from
September 5, 2026 16:41
37ca6a5 to
7d00593
Compare
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4922.
Move locale disabling from the level 1 description to level 2, matching the default
FMT_USE_LOCALEdefinition inbase.hand the existing macro documentation. No runtime behavior changes.Validation:
FMT_OPTIMIZE_SIZE=0/1/2confirm defaultFMT_USE_LOCALE=1/1/0.PYTHONUTF8=1; checked the rendered configuration table. One existingchrono-format-specificationsanchor warning remains. Without Python UTF-8 mode, the existing C++ handler cannot read Doxygen's UTF-8 XML under Windows cp1252.git diff --checkpasses.