> I'm not sure about every other platform, but I believe that most use > UTF-8 as their default encoding. Maybe other people can answer this > definitively? If not, then there needs to be some other platform > specific code to do the conversion.
Or is it a conversion from "codepage in which the .cpp file was written" to UTF8? > Regarding the function name, convertCurrentCodePageToUTF8 suggests > that current code page is being altered (which is possible to do) so > it would be more meaningful to say > convertStringFromCurrentCodePageToUTF8(). That's a bit lengthy though True! But at least it's very clear. What about shortening "CodePage" to "CP"? Or what about using auto-completion ;) ? It would't be the first lengthy function name... BTW, and except the naming of this function, do you think the latest FBX submission is okay? Cheers, Sukender PVLE - Lightweight cross-platform game engine - http://pvle.sourceforge.net/ _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
