GLWindow.setTitle and unicode

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

GLWindow.setTitle and unicode

ccurtis
Using Unicode characters in setTitle doesn't seem to work presently. Are there any known workarounds for this? Is Unicode support planned?

Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: GLWindow.setTitle and unicode

gouessej
Administrator
Hi

Please fill a bug report. Can you tell me on which platform you get this behaviour? What is the symptom?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: GLWindow.setTitle and unicode

ccurtis
Hi,

New account registration is disabled on Bugzilla, so I can't open a report unfortunately.

The issue happens on Linux (Fedora 23 x64), Oracle JRE 1.8.0_66,  JOGL 2.3.2

Display display = NewtFactory.createDisplay(null);
Screen screen = NewtFactory.createScreen(display, 0);
GLWindow wnd = GLWindow.create(screen, caps);
wnd.setTitle("test проверка");

Result - http://i.imgur.com/s4Dwlop.png

wnd.setTitle("test \u2013");

Result - http://i.imgur.com/d5eSoHf.png
Reply | Threaded
Open this post in threaded view
|

Re: GLWindow.setTitle and unicode

gouessej
Administrator