Hi,

I can't think of any changes between 1.x and 2.x that should have
introduced an issue like this, so I really can't point you in any
particular direction.

The best thing you can do is investigate it at your end.  The first
step would be to enable verbose debugging messages to find out whether
the file is being searched for correctly.  Enable verbose debugging
via:

    set OSG_NOTIFY_LEVEL=DEBUG
    osgviewer D:/LABs/òåïëî/lab4/bin/osg/all.osg

On Wed, Feb 27, 2008 at 1:02 PM, GMD GammerMaxyandex.ru
<[EMAIL PROTECTED]> wrote:
>
>  osg::Node* loadedModel = 
> osgDB::readNodeFile("D:/LABs/òåïëî/lab4/bin/osg/all.osg");
>  output: Warning: Could not find plugin to read objects from file 
> "D:/LABs/òåïëî/lab4/bin/osg/all.osg".
>
>  osg::Node* loadedModel = osgDB::readNodeFile("D:/LABs/NOT RUSSIAN 
> LETTERS/lab4/bin/osg/all.osg");
>  - all OK!
>
>
>  27.02.08, 15:53, "GMD GammerMaxyandex.ru" <[EMAIL PROTECTED]>:
>
>
>
>  > readNodeFile function couldn't find and read filename with russian 
> letters(if filename contains russian letters).
>  > This promlem is specific for OSG version up 2.0.
>  > This problem was not exist at 1.x versions.
>  > Can somebody help me?
>  > example:
>  > > osg::Node* loadedModel = 
> osgDB::readNodeFile((std::string)"c:\Пример\1.osg");
>  > > > not work!
>  > Thanks in advance
>  > _______________________________________________
>  > osg-users mailing list
>  > osg-users@lists.openscenegraph.org
>  > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>  --
>  Зал славы: смотрите лучшее на Яндекс.Фотках 
> http://fotki.yandex.ru/hall-of-fame/
>
>
> _______________________________________________
>  osg-users mailing list
>  osg-users@lists.openscenegraph.org
>  http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to