You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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).
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?
The text was updated successfully, but these errors were encountered: