Using osg2.2.0 I noticed that reading parameters for my application was not
successful because some character are not read as expected. For instance, if
in my code there are the following instructions:

     osg::ArgumentParser arguments(&argc, argv);

     std::string model_file = "";

      while(arguments.read("-model", model_file));

If i call my application as follows:

      *myapp -model città.ive*

model file will store 'cittò.ive'.

I couldn't try it with osg2.6.0 and I just tryed it on Windows Vista with
osg prebuilt binaries.

Regards.

Alessandro
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to