17 Mar
2004
17 Mar
'04
3:35 a.m.
On Tue, 2004-03-16 at 09:07, Adib Taraben wrote:
Anyhow what is the desired method generating locale undependent number output?
The preferred method at this point is std::ostreams (typically ostringstreams, currently) imbued with the default C locale.
I believe bulia has introduced a stringstream subclass that takes care of the locale/formatting setup; ask him for details. I believe bulia is be working the locale/numeric things himself actually.
-mental