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
Post a Comment