8000
Skip to content

Add localized formatting to non-decimal presentation types of ints#3750

Merged
vitaut merged 10 commits intofmtlib:masterfrom
js324:locale-format
Dec 15, 2023
Merged

Add localized formatting to non-decimal presentation types of ints#3750
vitaut merged 10 commits intofmtlib:masterfrom
js324:locale-format

Conversation

@js324
Copy link
Copy Markdown
Contributor
@js324 js324 commented Dec 11, 2023

This fixes #3693 by adding a slightly modified version of the switch statement of presentation types, which is used in the default write_int() function without the locale option, to the write_int() handling writes with the locale grouping. Added tests as well.

@vitaut vitaut merged commit 6025bd7 into fmtlib:master Dec 15, 2023
@vitaut
Copy link
Copy Markdown
Contributor
vitaut commented Dec 15, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Localized formatting is always decimal

3 participants

0