Farshid Lashkari wrote:
Hi Eric

On Thu, May 26, 2011 at 7:07 AM, Eric Sokolowsky <esok....@gmail.com <mailto:esok....@gmail.com>> wrote:

    Is it possible to use international text (probably unicode) with
    osgText? I just get garbled characters when I use my application
    which uses osgText for the text. When using vi or other text
    editors I can see the international characters normally. I am
    using OSG 2.8.3 primarily.


Are you specifying the correct encoding type when setting the string on the osgText object? I am able to display Unicode characters fine on Windows using UTF-8 encoding. I haven't tried other encodings though.
Farshid,

Thank you! This was the problem. I was using the regular setText() with one argument, and not the proper setText() with two arguments, the second being the encoding. I have changed my code and it now works as expected.

Eric
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to