Hacker News new | ask | show | jobs
by layer8 520 days ago
It was a very reasonable design when most programs were local-only.
1 comments

It really wasn't. Even local-only programs need to process data that isn't formatted in the user's locale.
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.