First time here? Check out the FAQ!
answered 2016-05-30 05:15:08 -0600
Formatter uses sprintf to print numbers and it uses application locale (modified by setlocale). Probably it can be rewritten using ostringstream and explicit locale setting.
sprintf
setlocale
ostringstream
Feel free to provide pull request ^_^