Skip to content
New issue

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

Localized formatting #3233

Closed
Roman-Koshelev opened this issue Dec 19, 2022 · 1 comment
Closed

Localized formatting #3233

Roman-Koshelev opened this issue Dec 19, 2022 · 1 comment
Labels

Comments

@Roman-Koshelev
Copy link
Contributor

Roman-Koshelev commented Dec 19, 2022

Currently, fmt::format only supports std::locale, which has some serious drawbacks. Support for the Unicode locale is important to me (which is also not always compatible with the posix locale). Are there any plans to support modern Unicode locales?

@vitaut
Copy link
Contributor

vitaut commented Dec 19, 2022

There are no plans to support non-standard locale APIs at the moment. However, there is an experimental format_facet that supports Unicode: #1861 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants