Is there any Unicode support in Open Inventor and/or MeshViz?
Open Inventor and MeshViz do not directly support Unicode at this time. However, we do support MBCS (multi-byte character set) encoding of other character sets. You can use Unicode in your application as long as you convert to/from MBCS when accessing Open Inventor. [Win32] A customer reports they have been able to compile a Unicode version of their Open Inventor application by making heavy use of the TCHAR, USES_CONVERSION, A2CT() and T2CA() macros to help with the conversion.