Ulrich Hertlein wrote: > > Rather than setting the global locale, maybe we set the 'C' locale on the I/O > streams only: > > ios_base::imbue(locale::classic())
Yes, I think it's more sensible, but will it affect also C-style functions? There's main part of input using sscanf() there. Perhaps, ios::sync_with_stdio() would be necessary? ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=41130#41130 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

