Backlog

Robrt on 2003-12-17T03:32:07

I am 693 (and counting) items behind in my RSS folder.

In other news, when an application calls setlocale("C"), and then an embedded library calls setlocale("en_US"), the original application may get unhappy.


Bloody Locales

Dom2 on 2003-12-17T07:12:27

In my experience, calling setlocale("anything_other_than_C") is usually a very bad idea.

-Dom