Jean-Marc Lasgouttes wrote: > > However, the problem might hit us on more places, and the question is if > > we > > want convert<string> to be at all locale dependent. > > I think that nothing should be locale dependent.
So should we replace the lexical_casts with stream conversions? Would this affect performance? Or is there anything better? (QString::setNum is not locale-dependent, as it were). Jürgen