c++ - GLFW3 : accents in window title -



c++ - GLFW3 : accents in window title -

i trying window title accents, calling glfwcreatewindow, everytime stranges characters "?" or "@". way got result next steps :

1- set visual studio project unicode instead of mbcs.

2- encode file in ansi using text editor.

what real way of doing that? tried set utf-8 save encoding too, didn't worked.

edit : problem

c++ encoding glfw

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -