I have developed an application an vc++ win32 using glut and glui. i am displaying some text data from the database postgresql in the user interface window GLUI....... The problem is the german letters in the text data are not displayed properly in the user interface window...
encoding for the text in the database is UTF 8.....So do i need to specify this encoding in the user interface GLUI code or in the database interface code.....
awaiting for your reply.......
Start Free Trial