Closed
Description
Thank you for cppformat. It's awesome.
Is it possible to get cppformat to honor the current locale?
locale::global(locale("en_US.utf8"));
cout.imbue(locale("en_US.utf8"));
cout << "iostream: " << 1234567 << endl;
fmt::print("cppformat: {}\n", 1234567);
iostream: 1,234,567
cppformat: 1234567
Metadata
Assignees
Labels
No labels
Activity