Login  Register

Re: GLWindow.setTitle and unicode

Posted by ccurtis on Sep 08, 2016; 9:05am
URL: https://forum.jogamp.org/GLWindow-setTitle-and-unicode-tp4037099p4037108.html

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