Re: [osg-users] How to open file with Unicode name using osgDB::readNodeFile?

2008-04-22 Thread Ben Discoe
Reed, OSG on Windows passes your strings directly to fopen, or the C++ stream equivalent. File paths are assumed to be in the local OS's filesystem character set. This means that e.g. Chinese filenames can be opened on computers with Chinese version of Windows, and Western filenames can be op

[osg-users] How to open file with Unicode name using osgDB::readNodeFile?

2008-04-22 Thread Reed McKenna
We build an application for Windows XP using OpenSceneGraph. We have more and more users from Asian countries who want to read in files that have names with Asian characters. Windows' NTFS file system stores file names in Unicode. How can I have osgDB::readNodeFile (and writeNodeFile, etc.) read fr