Hacker News new | ask | show | jobs
by account42 519 days ago
It really wasn't. Even local-only programs need to process data that isn't formatted in the user's locale.
1 comments

thread-local locale you can easily save and restore would work. In other words, dynamically scoped.

But you don't want to be processing data in locale dependent-ways using the crap available in ISO C.